@charset "utf-8";

/* adsense */
.ad-left { margin: 0 0 10px; }
.ad-right { width: 468px; margin: 20px 10px 5px; }

/* ===================================================================
CSS information
 style info :リセット及びbody初期設定 (このCSSは通常変更しない)
=================================================================== */
/* reset */
html { overflow-y: scroll; }
	
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }

address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; }

table { border-collapse: collapse; border-spacing: 0; }

caption,th { text-align: left; }

q:before,q:after { content: ''; }

object,embed { vertical-align: top; }

hr,legend { display: none; }

h1,h2,h3,h4,h5,h6 { font-size: 100%; }

img,abbr,acronym,fieldset { border: 0; }

ul { list-style-type: none; display: none; }

address { font-style:normal; }

img { vertical-align:middle; border : 0px; }



a, a img {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; }

a { color: #000; text-decoration:none; }	
a:hover { color: #4279da; text-decoration:none; }
a img:hover  { opacity: 0.7; -moz-opacity: 0.7; -webkit-opacity: 0.7; filter: alpha(opacity=70); }



#contents, input {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}


body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 1px; 
	line-height: 1.5;
	text-align: left;
	color: #222;
	background: #D5EAFF url(../image/kumo.gif) repeat center top;
	font-family: "MS Pゴシック", "ＭＳ　Ｐゴシック", "MS PGothic",sans-serif;
	-webkit-text-size-adjust: 100%;
}

#page {
	z-index: 2147483647;
	position: relative;
	top:0 ;
	background: url(../image/kumo.gif) repeat center top;
	width: 100%;
	padding: 30px 0;
}

#page ul {
	display: block;
}

#wrapper {
	width: 846px;
	margin: auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


/* --------------------------------------------
                      　　　　　　　ヘッダー 
-------------------------------------------- */

#header {
	padding: 20px 20px 15px;
	background: url(../image/bg_02.gif) no-repeat center center;
}

#header .logo {
	float:left;
	width:227px;
}

#header .share { float: right; width: 115px; position: relative; top: 7px; }
#header .share a { margin-right: 3px; }
#header .share img { width: 35px; height: 35px; }

/* --------------------------------------------
                　　　　　　　    コンテンツ 
-------------------------------------------- */

#contents {
	clear: both;
	width: 100%;
	padding: 10px;
	padding-top: 0;
	background: url(../image/bg_03.png) no-repeat left top;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

/* --------------------------------------------
                　　　　　　　  ナビゲーション 
-------------------------------------------- */
.global-nav {
	clear: both;
	width:100%;
	height: 55px;
}

.global-nav a {
	display:block;
	float: left;
	width: 280px;
	border-left: 1px solid #393939;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #393939;
	padding:10px 0;
	background: #3B7BEA;
	background: #2D2D2D;
	color:#fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.global-nav a:hover { background: #1758B9; }

/* --------------------------------------------
                        　　　　　　　メイン 
-------------------------------------------- */

#contents .nav-outer {
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
}

#contents .nav-outer h1, #contents .nav-outer a.aa-link {
	font-size: 24px;
	font-weight: bold;
	padding: 25px 0 35px;
	float: left;
	width: 50%;
}

#contents .nav-outer a.aa-link { color: #aaa; }
#contents .nav-outer a:hover.aa-link { color: #1758B9;}

#contents .nav { clear: both; width: 100%; }

#contents .nav a {
	font-weight: bold;
	float:left;
	margin-right: 3px; margin-bottom: 3px;
	border-radius: 3px;
	padding:5px 8px;
	background:#000;
	color:#fff;
}

#contents .nav a:hover { background: #1758B9; }


#main {
	float:right;
	width:516px;
}

.box h1, .box h3 {
	background: #000 url(../image/bg_h1.gif) no-repeat 10px center;
	color: #fff;
	padding: 6px 5px 6px 40px;
	border-radius: 8px 8px 0 0;
}

.kaomoji {
	border: 1px solid #1758B9;
	padding: 0;}

.kaomoji p {
	padding: 3px 10px;
	border-bottom: 1px dotted #1758B9;
	font-size: 18px !important;
	letter-spacing: 0; }



.back-to-top { clear: both; width: 100%; text-align: right; }
.back-to-top img { width: 100px; height: auto; }


#main .nav h1 { clear: both; font-size: 24px; margin: 20px 0 5px; padding: 10px 0; border-top: 1px solid #ddd; background: #efefef; text-align: center; }

#main .kaomoji .aa-link { display: block; font-size: 20px; font-weight: bold; margin: 3px; padding: 20px 0; background: url(../image/icon_01.png) no-repeat 3px center; text-indent: 32px;}
/* --------------------------------------------
                 　　　　　　　　　　 サイド 
-------------------------------------------- */

#side {
	float:left;
	width:300px;
}

#side .aa-link a {
	display: block;
	font-weight: bold;
	border-radius: 3px;
	padding:5px 8px;
	background:#aaa;
	color:#fff;
	text-align: center;}
	
#side .aa-link a:hover { background: #1758B9; }

/* --------------------------------------------
                     　　　　　　　 フッター 
-------------------------------------------- */


#footer {
	clear: both;
	margin-top:20px;
	padding:0 0 5px;
	font-size:12px;
	text-align: center;
}

address {
	clear:both;
}

#footer .bottom h2 {
	line-height:1;
	background:url(../image/bg_01.gif) repeat;
	color:#fff;
	font-weight: normal;
}

#bottom a { color:#fff; }



/* =======================================
	ClearFixElements
======================================= */

#header:after, #contents:after, .nav:after, #side ul.category:after, #side .topics li a:after, .facemark ul:after, #contents .nav-outer a.aa-link:after  {
	content: ""; display: block; height: 0; clear: both; visibility: hidden; }  

* html #wrapper { overflow:hidden; }


/*スマホでの文字サイズ拡大対策*/
#main { max-height: 999999px;}


/* =======================================
	リンクについて　のページ
======================================= */
.links a { border-bottom: 1px solid #4279da;}



/* =======================================
	広告
======================================= */
div#ninja-hp-inactive,
div#ninja-hp-inactive-footer { display: none !important;}

div.tdftdiv,
ul.tdftad {}
