@charset "utf-8";
/*---------------------------------
Reset
---------------------------------*/
* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style:normal;
}
body,div,pre,p,blockquote,form,fieldset,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object,button{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 100%;
    font-weight: normal;
}
img{
    border: 0;
    margin: 0px;
    padding: 0px;
}
a img{
    border-style: none;
    border:0;
}
a img:hover {
}
h1,h2,h3,h4,h5,h6{
    margin: 0px;
    font-style: normal;
    padding: 0px;
    line-height: normal;
    font-weight: normal;
    clear: both;
}
a {
    outline: medium none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
*:after { clear:both; }
/*---------------------------------
サイト全体
---------------------------------*/
html {
background:url("img/back.png");
}

#header {
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
}

body {
	margin:0 auto;
    max-width: 100%;
	width: 100%;
    height: 100%;
	font-family:'Lucida Grande',
	'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
	Meiryo, "メイリオ", sans-serif;
	opacity:0.95;
}

a {
	color:#000;
    text-decoration: none;
}

a:visited { 
	color:000;
}

#wrapper_all {
    width: 100%;
	height:100%;

}

#wrapper_inner {
    width:100%;
	height:100%;
}

/*---------------------------------
ヘッダー
---------------------------------*/

#header_wrap {
	max-width:1080px;
	width:100%;
	margin:0 auto;
}

header {
	background:#303233;
	width:100%;
	height:40px;
	margin: 0px auto;
	margin-top:80px;
	top:300px;
	font-weight:bold;
	text-align:center;
	font-size:30px;
	position:;
	z-index:2;
	border-bottom:1px solid #222;
	border-top:1px solid #222;
	transform: rotate(0deg);
}

@media screen and (max-width: 740px){
	header {
		background:#;
		width:100%;
		height:60px;
		margin: 50px auto;
		top:150px;
		left:0px;
		font-weight:bold;
		text-align:center;
		font-size:20px;
		position:absolute;
		z-index:2;
	}
}


#header_text a{
	color:#fff;
	letter-spacing:7px;
	border-bottom:px solid #222;
	border-radius:17px;
	opacity:0.8;
	text-shadow:2px 2px 2px rgba(0,0,0,0.5);
}


/*---------------------------------
メインイメージ
---------------------------------*/

#main_img{
	width:100%;
	height:400px;
	margin:30px auto;
	margin-top:0px;
	background:#6C7A89;
	z-index:1;
	overflow: hidden;
	border:1px solid #;
	box-shadow:4px 4px 4px rgba(0,0,0,0.4);
	opacity:0.7;
	transform: rotate(0eg);
}

@media screen and (max-width: 740px){
	#main_img{
		width:100%;
		height:300px;
		margin:0 auto;
		background:#fff;
		z-index:1;
		overflow: hidden;
	}
}

#main_img img{
    min-width: 100%;
    min-height: 100%;
}

#main_img img:hover{
    min-width: 100%;
    min-height: 100%;
	opacity:0.9;
}

		#main_img img::before,
		#main_img img::after {
			z-index: -1;
			content: '';
		}

		#main_img img,
		#main_img img::before,
		#main_img img::after {
			-webkit-transition: all .3s;
			transition: all .3s;
		}

/*---------------------------------
コンテンツ
---------------------------------*/

#content_wrap {
	max-width: 1500px;
	width:100%;
	height: 100%;
	margin:0 auto;
	margin-top:1%;
	word-break:break-all;
	line-height:190%;
	top:0px;
}

#content {
	width:90%;
	height:100%;
	position:;
	float:;
	margin:0 auto;

}

@media screen and (max-width: 740px){
	#content {
		width:100%;
		overflow: hidden;
	}
}


/*---------------------------------
ナビ
---------------------------------*/
nav {
	width:100%;
	height:50px;
	border-bottom:1px solid #;
	position:;
	top:790px;
	z-index:1;
	/*margin-top:110px;*/
	top:0;
	background:#303233;
}

nav ul {
	width:100%;
}

nav ul li a {
	height:50px;
	max-width:50%;
	width:50%;
	float:left;
	margin: 0px auto;
	background:#303233;
    line-height: 50px;
	text-align:center;
	font-weight:bold;
	color: #fff;
	font-size:24px;
	opacity:0.4;
	background:#none;
}

	nav ul li a:hover {
		color:#222;
		background:#969B9E;
		opacity:1.0;
		animation: rippleSecond 1.5s ease;
		border-radius: 100%;
	}

		nav ul li a::before,
		nav ul li a::after {
			z-index: -1;
			content: '';
			border-radius: 15%;
		}

		nav ul li a,
		nav ul li a::before,
		nav ul li a::after {
			transition: all .8s;
		}

@media screen and (max-width: 740px) {
	nav {
		width:100%;
		max-width:100%;
		height:100%;
		margin: 10px auto;
		top:50px;
		position:static;
		box-shadow:0px 0px 0px rgba(0,0,0,0.5);
		border-bottom:0px solid #888;
	}

	nav ul {
		width:100%;
	}
	
	nav ul li a {
		height:50px;
		width:100%;
		max-width:100%;
		float:clear;
		margin: 10px auto;
		background:#fff;
		line-height: 50px;
		text-align:center;
		font-weight:bold;
		color: #000;
		border:1px solid #888;
		box-shadow:2px 2px 2px rgba(0,0,0,0.9);
		opacity:0.8;
	}
}	
/*---------------------------------
パンくず
---------------------------------*/
#bread_wrap {
	width:100%;
	color:#222;
}

@media screen and (max-width: 740px) {
	#bread_wrap {
		font-size:12px;
		width:100%;
		color:#A51B3E;
	}
}

#breadcrumb div,
#breadcrumb span {
    float: left;
}
	#breadcrumb div:hover {
		color:#;
	}

		#breadcrumb div::before,
		#breadcrumb div::after {
			z-index: -1;
			content: '';
		}

		#breadcrumb div,
		#breadcrumb div::before,
		#breadcrumb div::after {
			-webkit-transition: all .3s;
			transition: all .3s;
		}

/*---------------------------------
メインコンテンツ
---------------------------------*/

#main {
	height:100%;
	width:100%;
	margin:50px auto;
}
	
#main_h2 {
	height:100%;
	width:100%;
	margin:10px auto;
	margin-top:50px;
	margin-bottom:20px;
	box-shadow:0px 1px 2px -2px rgba(0,0,0,0.8);
	background:#;
	color:#050505;
	border-bottom:1px solid #050505;
	border-top:1px solid #;
	border-left:8px solid #;
	border-right:8px solid #;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	font-size:41px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	background: ;
	opacity:0.7;
}

#main_text{
	height:100%;
	width:100%;
	margin:0 auto;
	background:#888;
}

#main_text2{

	height:100%;	
	width:100%;
	margin:0 auto;
	background:#888;
}

.textwidget{
	margin-bottom:150px;
	margin-top:50px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.1);
	line-height:35px;
	opacity:0.9;
}

.textwidget img{
	width:20%;
	height:auto;
	margin-right:2%;
	border: 1px solid #050505;
	box-shadow:1px 1px 1px rgba(0,0,0,0.8);
	opacity:0.7;
	text-align:center;
	transform: rotate(0deg);
}

	.textwidget img:hover {
		opacity:0.5;
		width:30%;
	}

		.textwidget img::before,
		.textwidget img::after {
			z-index: -1;
			content: '';
		}

		.textwidget img,
		.textwidget img::before,
		.textwidget img::after {
			-webkit-transition: all .3s;
			transition: all .3s;
		}





/*---------------------------------
新着記事
---------------------------------*/

#top_article_title{
	height:100%;
	width:77.3%;
	margin-top:5%;
	margin-left:11%;
	margin-right:10%;
	background:#fff;
	color:#33a6b8;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	font-size:25px;
	border-bottom: 1px solid #33a6b8;
	text-shadow:4px 4px 4px rgba(0,0,0,0.1);
}

@media screen and (max-width: 780px) {
	#top_article_title{
		height:100%;
		width:100%;
		margin-top:5%;
		margin-left:0%;
		margin-right:0%;
		background:#fff;
		color:#33a6b8;
		text-align:center;
		line-height:40px;
		font-weight:bold;
		font-size:25px;
		border-bottom: 1px solid #33a6b8;
		text-shadow:4px 4px 4px rgba(0,0,0,0.1);
		}
}

#top_article {
	width:80%;
	height:20%;
	margin-left:11%;
	margin-right:10%;
}

@media screen and (max-width: 780px) {
	#top_article {
		width:100%;
		height:20%;
		margin-left:0%;
		margin-right:0%;
	}
}

#top_article ul{

	}
	
#top_article li{
	float:left;
	width:32%;
	height:100px;
	padding:1% 0;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	display:block;
}

@media screen and (max-width: 780px) {
	#top_article li{
		clear:both;
		width:100%;
		height:80px;
		padding-bottom:5%;
		border-top: 1px solid #e1e1e1;
		display:block;
	}
}


	#top_article li:hover {
		background:#B2FCF3;
	}

		#top_article li::before,
		#top_article li::after {
			z-index: -1;
			content: '';
		}

		#top_article li,
		#top_article li::before,
		#top_article li::after {
			-webkit-transition: all .3s;
			transition: all .3s;
		}

#top_article_a{
	width:100%;
}

#top_article_img {
	float:left;
	width:20%;
	height:80%;
	margin:auto 2%;
	background:url('img/top.png')no-repeat center;

}

#top_article img{
	width:96%;
	height:94%;
	margin:2%;
}

#top_article_text {
	float:right;
	width:70%;
	margin:1% 2%;
}

#top_article a {
	float:right;
	height:100%;
	display:block;
}

/*---------------------------------
新着記事
---------------------------------*/

#new_article_title{
	height:100%;
	width:100%;
	margin-top:5%;
	background:#e1e1e1;
	border-radius: 10px;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	font-size:20px;
	opacity:0.8;
}

#new_article {
	width:100%;
	height:80%;
	float:left;
}

#new_article ul{

	}
	
#new_article li{
	clear:both;
	width:100%;
	padding:3% 0;
	border-top: 1px solid #e1e1e1;
	display:block;
}

@media screen and (max-width: 740px) {
	#new_article li{
		clear:both;
		width:100%;
		padding:3% 0;
		border-top: 1px solid #e1e1e1;
		display:block;
	}
}

#new_article li:first-child{
	clear:both;
	width:100%;
	padding:3% 0;
	border-top: 0px solid #e1e1e1;
	display:block;
	}
	
@media screen and (max-width: 740px) {
	#new_article li:first-child{
		clear:both;
		width:100%;
		padding:3% 0;
		border-top: 1px solid #e1e1e1;
		display:block;
	}
}	

	#new_article li:hover {
		background:#33a6b8;
		color:fff;
	}

		#new_article li::before,
		#new_article li::after {
			z-index: -1;
			content: '';
		}

		#new_article li,
		#new_article li::before,
		#new_article li::after {
			-webkit-transition: all .3s;
			transition: all .3s;
		}

#new_article_a{
	width:100%;
}

#new_article_img {
}

#new_article img{
}

#new_article_text {
	width:50%;
	margin:1% 2%;
}

	#new_article_text:hover {
		color: #fff;
		width:50%;
		height:100%;
		margin:1% 2%;
	}


#new_article a {
	height:100%;
	display:block;
}

#new_article_list {
	margin:20px auto;
	margin-top:-10px;
	max-width:40%;
	background:#fff;
	border: 2px solid #333;
	border-radius: 10px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	font-size:17px;
	color:#fff;
}

		#new_article_list::before,
		#new_article_list::after {
			z-index: -1;
			display: block;
			content: '';
		}

		#new_article_list,
		#new_article_list::before,
		#new_article_list::after {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transition: all .3s;
			transition: all .3s;
		}




/*
#new_article_list:active {
	margin:20px auto;
	margin-top:-10px;
	max-width:40%;
	background:#fff;
	border: 2px solid #59b1eb;
	color:#59b1eb;
	transition: 0.1s;
}


/*---------------------------------
詳細ページ
---------------------------------*/

#article_title {
	height:100%;
	width:100%;
	box-shadow:0px 1px 2px -2px rgba(0,0,0,0.8);
	background:#;
	color:#050505;
	border-bottom:1px solid #050505;
	border-radius:;
	margin:10px auto;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	font-size:20px;
}

#article_img {
	height:100%;
	max-height:470px;
	width:100%;
	background:#fff;
	border:1px solid #e1e1e1;
}

#article_img img  {
}

#article_h2 h2 {
	width:100%;
	height:40px;
	line-height:40px;
	margin:3% auto;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

#article_text1 {
	height:100%;
	width:100%;
	margin:10px auto;
	background:#888;
}

#article_text2 {
	height:100%;
	width:100%;
	margin:10px auto;
	background:#888;
}

#single_post {
	width:100%;
	height:100%;
	line-height:40px;
	margin:3% auto;
}

/*---------------------------------
ソーシャル
---------------------------------*/

#social_button{
	height:100%;
	width:90%;
	border: 1px solid #e1e1e1;
	margin:0 5%;
	overflow: hidden;
	display: inline-block;
}

#social_button li {
	float:left;
	margin-right:2%;
	margin-left:2%;
	margin-top:3%;
}

#social_button iframe {
	margin:0px !important;
}

#line {
	margin-top:40%;
	bottom:0px;
}

/*---------------------------------
関連記事
---------------------------------*/

#related_article {
	width:100%;
	height:100%;
}

#related_article ul{
	margin-top:2%;
}

@media screen and (max-width: 320px) {
	#related_article ul{
		margin-top:0%;
	}
}

#related_article li{
	float:left;
	width:46%;
	height:100px;
	margin:0% 2%;
	margin-bottom:5%;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

@media screen and (max-width: 740px) {
	#related_article li{
		overflow: hidden;
		width:100%;
		height:100%;
		margin:0% 2%;
		border-bottom: 0px solid #e1e1e1;
		border-top: 1px solid #e1e1e1;
	}
}

	#related_article li:hover {
		background:#DBDBDB;
	}

		#related_article li::before,
		#related_article li::after {
			z-index: -1;
			display: block;
			content: '';
		}

		#related_article li,
		#related_article li::before,
		#related_article li::after {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transition: all .3s;
			transition: all .3s;
		}

#related_article_img {
}
#related_article_img img {
}

#related_article_category{

}

#related_article_text {
	float:right;
	width:52%;
	height:100%;
	margin:1% 1%;
	font-size:15px;
}

#related_article_read a{
	color: #405CDB !important;
}

	#test :hover,
	#related_article_text a:hover,
	#related_article_read a:hover {
		color: #405CDB;
		transition: 0.5s;
	}

#article_list {
	clear:both;
	width:100%;
	margin:10% 5% 0 0;
	background:#e1e1e1;
	border-radius: 10px;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	font-size:20px;
}

/*---------------------------------
サイドバー
---------------------------------*/

#sidebar {
	/*-width:27%;-*/
	width:100%;
	height:100%;
	float:right;
	margin:0 auto;
	margin-top:80px;
	
}

#sidebar1,
#sidebar2 {
	background:#;
	margin-bottom:2%;
	word-break:normal;
}

@media screen and (max-width: 740px) {
	#sidebar {
		width:100%;
		height:100%;
		float:right;
	}

	#sidebar1,
	#sidebar2 {
		overflow: hidden;
	}
}

#sidebar1 h3,
#sidebar2 h3 {
	width:100%;
	height:40px;
	line-height:40px;
	box-shadow:0px 1px 2px -2px rgba(0,0,0,0.8);
	background:#050505;
	color:#fff;
	border-bottom: 0px solid #AEA8D3;
	border-radius:;
	font-weight:bold;
	opacity:0.5;
}

#sidebar1_ul,
#sidebar2_ul {

}

#sidebar1 li,
#sidebar2 li {
	width:100%;
	height:100%;
	padding:10% auto;
	border-top: 1px solid #;
	line-height:50px;
}

	#sidebar1 li:hover,
	#sidebar2 li:hover {
		background:#6C7A89;
		color:#fff;
		opacity:0.7;
	}

		#sidebar1 li::before,
		#sidebar1 li::after,
		#sidebar2 li::before,
		#sidebar2 li::after {
			z-index: -1;
			display: block;
			content: '';
		}
		#sidebar1 li,
		#sidebar2 li,
		#sidebar1 li::before,
		#sidebar1 li::after,
		#sidebar2 li::before,
		#sidebar2 li::after {
			-webkit-transition: all .3s;
			transition: all .3s;
		}

#sidebar1_text,
#sidebar2_text {
	width:100%;
	height:100%;
	float:right;
}

#sidebar1_img,
#sidebar2_img {
	width:10%;
	height:auto;
	float:left;
}

#sidebar2_ranking1,
#sidebar2_ranking2,
#sidebar2_ranking3,
#sidebar2_ranking4,
#sidebar2_ranking5 {
	width:100%;
	height:100%;
}

#sidebar1 a,
#sidebar2 a {
font-size:14px;
}

/*---------------------------------
フッター
---------------------------------*/

#footer_wrap {
	clear:both;
    width: 100%;
	height:50px;
	bottom:0;
	background:#;
	color:#000;
	border-top:0px solid #000;
}

#footer_wrap a {
	color:#000;
}


#footer_width {
	max-width: 980px;
	width: 100%;
	margin:0 auto;
}

#footer_img {
	
}

#footer_text {
	text-align:center;
}

#footer_nav ul {
	width:80%;
	margin: 2% 15%;
}

@media screen and (max-width: 740px) {
	#footer_nav ul {
		width:100%;
		margin: 2% auto;
	}
}

#footer_nav ul li {
    float: left;
    border-right: 1px solid #aaa;
    padding: 0 3%;
	font-size:13px;
}

@media screen and (max-width: 740px) {
	#footer_nav ul li {
		float: left;
		border-right: 1px solid #aaa;
		font-size:12px;
		text-align:center;
	}
}

#footer_nav ul li a:hover {
}

/*---------------------------------
ページャー
---------------------------------*/
.posts-link {
	float:both;
	width:90%;
	height:100px;
}

.current,
.posts-link a{
	padding:0 3%;
}

.current:before {
	
}

..posts-link a:after{

}

.posts {
	height:100%;
	width:100%;
	margin-bottom:200px;
}

.nav-previous {
	float:left;
	margin:3% auto;
	text-align:center;
}
.nav-next {
	float:right;
	margin:3% auto;
	text-align:center;
}

.current{

}

.inactive{
	color:#33a6b8;
}

	.inactive:hover,
	.inactive:hover {
		color:#EB3B3B;
	}

		.inactive::before,
		.inactive::after {
			position: absolute;
			z-index: -1;
			display: block;
			content: '';
		}
		
		.inactive,
		.inactive::before,
		.inactive::after {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			-webkit-transition: all .3s;
			transition: all .3s;
		}

/*---------------------------------
検索
---------------------------------*/
.search_wrap{
	float:left;
}