/* リセットCSS */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}body{line-height:1 font-size:84%;}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}body{background:#fff;color:#333;font-size:small;font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;line-height:1.5em}img{vertical-align:top;}*{zoom:1;}

* {
	word-break:break-all;
}

/* 背景 */
body {
	background: url(../img/materials/004_body_bg.gif) repeat;
	border-top:solid 3px #106ECF;
}

/* リンク */
a {
	color:#0597DC;
}
a:hover {
	text-decoration:none;
}
.socialButtons {
	margin-bottom:15px;
}
.socialButtons ul {
	display:block;
	height:20px;
}
.socialButtons ul li {
	list-style:none;
	display:inline-block;
	background:none;
}
.socialButtons ul li.snsBtnFB {
	margin-right:5px;
}
.socialButtons ul li.snsBtnTW iframe {
	width:88px !important;
}
.socialButtons ul li.snsBtnGoogle > div {
	width:60px !important;
}
.socialButtons ul li.snsBtnHatena {
	margin-right:5px;
}
.socialButtons ul li.snsBtnMixi {
	width:70px;
}
blockquote, q {
	background:#eee;
	padding:8px 12px;
	margin-bottom:12px;
	display:inline-block;
	font-style:italic;
	color:#666;
}
table {
	border:solid 1px #ddd;
	margin-bottom:12px;
}
table th,
table td {
	border:solid 1px #ddd;
	padding:10px 14px;
}
table th {
	background:#fafafa;
}
.sup {
	background:#eee;
	border:solid 1px #ddd;
	padding:10px;
	margin-bottom:12px;
}
.bgGreen {
	background:#E4EED0;
	border:solid 1px #CFE2C0;
}
.bgYellow {
	background:#F4F1CA;
	border:solid 1px #E7E2B4;
}
.bgRed {
	background:#FBD7D7;
	border:solid 1px #EFCBCB;
}
.bgBlue {
	background:#DDEEF2;
	border:solid 1px #C8DEE3;
}
ul, ol {
	list-style-position:inside;
}

.topicPath {
	margin-bottom:15px;
}
.topicPath li {
	list-style:none;
	display:inline-block;
	margin-right:5px;
}

/* 全体の囲み */
.wrapper {
	background:#fff;
	width:960px;
	padding:0 32px;
	margin:0 auto;
	overflow:hidden;
	box-shadow:0 1px 2px #ccc;
}

/* ヘッダー */
header {
	display:block;
	overflow:hidden;
	padding:20px 0 15px;
}
header .headLeft {
	padding-top:10px;
	float:left;
	width:490px;
}
header .headLeft .logo {
	margin-bottom:8px;
}
header .headLeft .logo a {
	color:#0061C9;
	font-size:23px;
	text-decoration:none;
	line-height:1.1em;
}
header .headLeft .discription {
	font-size:11px;
	line-height:1.5em;
	color:#555;
}
header .headRight {
	float:right;
	width:460px;
}
header .socialButtons {
	text-align:right;
}
header .searchBox {
	float:right;
}
header .searchBox input[type=text] {
	padding:5px;
	border:solid 1px #ddd;
	margin-right:8px;
	-webkit-appearance: none;
	appearance: none;
	min-width:180px;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);
	background:#fcfcfc;
	border-radius:2px;
}
header .searchBox input[type=submit] {
	background:#FFA200;
	border-radius:2px;
	-webkit-appearance: none;
	appearance: none;
	border:solid 1px #E38E00;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 1px rgba(0,0,0,0.1);
	text-shadow:0 -1px 0 rgba(0,0,0,0.1);
	cursor:pointer;
}

/* グローバルナビ */
.globalNav {
	display:block;
	clear:both;
	box-shadow:0 1px 1px #ddd;
	margin-bottom:20px;
}
.globalNav .open {
	display:none;
}
.globalNav ul {
	display:block;
	overflow:hidden;
	border-bottom:solid 2px #015FC1;
}
.globalNav ul li {
	list-style:none;
	display:block;
	float:left;
	width:191px;
	text-align:center;
	border-right:solid 1px #eee;
}
.globalNav ul li:first-child {
	border-left:solid 1px #eee;
	width:190px;
}
.globalNav ul li a {
	display:block;
	height:40px;
	padding-top:20px;
	font-weight:bold;
	text-decoration:none;
	background: url(../img/materials/004_gnav_bg_2.jpg) repeat-x left top;
	text-shadow:1px 1px 0 #fff;
	box-shadow:inset 0 -2px 6px #fff;
	color:#000;
}
.globalNav ul li a:hover {
	background-position:left bottom;
}

/* サイドナビ */
.menubox {
}
.menubox .menu {
	border:solid 3px #eee;
	margin-bottom:12px;
}
.menubox .menu h4 {
	margin:0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 3%, #ffffff 3%, #f6f6f6 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#ffffff), color-stop(3%,#ffffff), color-stop(90%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 3%,#ffffff 3%,#f6f6f6 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 3%,#ffffff 3%,#f6f6f6 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 3%,#ffffff 3%,#f6f6f6 90%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 3%,#ffffff 3%,#f6f6f6 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	font-size:110%;
	border:solid 1px #ddd;
}
.menubox .menu ul {
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
}
.menubox .menu ul li {
	border-bottom:solid 1px #ddd;
	list-style:none;
}
.menubox .menu ul li a {
	display:block;
	padding:6px;
	padding-left:30px;
	background: url(../img/materials/004_icon.png) no-repeat 10px 10px ;
	text-decoration:none;
}
.menubox .menu ul li a:hover {
	background-color:#ECFAFF;
}

/* メインビジュアル */
img.mainVisual {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

/* コンテンツ */
.contents {
	overflow:hidden;
	padding-bottom:25px;
}
.contents .mainContent {
	float:left;
	width:670px;
}
.contents .subContent {
	float:right;
	width:260px;
}

/* メインコンテンツエリア */
.contents .body {
	margin-bottom:25px;
}
.contents h1 {
	background: #1377de; /* Old browsers */
	background: -moz-linear-gradient(top,  #1377de 0%, #0657a9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1377de), color-stop(100%,#0657a9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1377de 0%,#0657a9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1377de 0%,#0657a9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1377de 0%,#0657a9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1377de 0%,#0657a9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1377de', endColorstr='#0657a9',GradientType=0 ); /* IE6-9 */
	line-height:1.6em;
	color:#fff;
	font-size:130%;
	border-radius:3px;
	border:solid 1px #0758AA;
	padding:6px 15px;
	margin-bottom:15px;
	margin-top:5px;
}
.contents h2 {
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 -1%, #f6f6f6 0%, #ffffff 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-1%,#f6f6f6), color-stop(0%,#f6f6f6), color-stop(98%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 -1%,#f6f6f6 0%,#ffffff 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 -1%,#f6f6f6 0%,#ffffff 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 -1%,#f6f6f6 0%,#ffffff 98%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 -1%,#f6f6f6 0%,#ffffff 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	line-height:1.5em;
	border-top:solid 3px #0073E1;
	border-bottom:solid 1px #ddd;
	font-size:125%;
	padding:10px 15px;
	margin:5px 0 15px;

}
.contents h3 {
	background:#0073E1;
	color:#fff;
	line-height:1.4em;
	padding:8px 15px 5px;
	font-size:115%;
	margin:5px 0 10px;
}
.contents h4 {
	background:#ddd;
	color:#444;
	line-height:1.4em;
	padding:8px 15px 5px;
	font-size:115%;
	margin:5px 0 10px;
}
.contents h5 {
	color:#444;
	line-height:1.4em;
	padding:5px 15px;
	font-size:115%;
	margin:5px 0 10px;
	border-bottom:solid 1px #555;
}
.contents h6 {
	border-left:solid 1px #555;
	padding:5px 15px;
	font-size:100%;
	margin:5px 0 10px;
}
.contents p {
	margin-bottom:12px;
	line-height:1.8em;
}
.contents .space {
	margin-bottom:15px;
}

/* 新着ページ */
.contents .newPages {
	border:solid 5px #eee;
	margin:10px 0;
	clear:both;
	border-radius:3px;
}
.contents .newPagesIn {
	border:solid 1px #ddd;
	border-bottom:none;
}
.contents .newPages h3 {
	margin:0;
	box-shadow:inset 0 0 3px rgba(0,0,0,0.2);
}
.contents .newPages ul li {
	list-style:none;
	display:block;
	border-bottom:solid 1px #ddd;
}
.contents .newPages ul li a {
	display:block;
	padding:10px 12px 10px 34px;
	text-decoration: none;
	color:#333;
	background: url(../img/materials/004_icon.png) no-repeat 15px center ;
}
.contents .newPages ul li a:hover {
	background-color:#fafafa;
	text-shadow:1px 2px 0 #fff;
}

/* おすすめページ */
.contents .recommendPages {
	border:solid 5px #eee;
	margin:10px 0;
	clear:both;
	border-radius:3px;
}
.contents .recommendPagesIn {
	border:solid 1px #ddd;
	border-bottom:none;
}
.contents .recommendPages h3 {
	margin:0;
	box-shadow:inset 0 0 3px rgba(0,0,0,0.2);
}
.contents .recommendPages ul li {
	list-style:none;
	display:block;
	border-bottom:solid 1px #ddd;
}
.contents .recommendPages ul li a {
	display:block;
	padding:10px 12px 10px 34px;
	text-decoration: none;
	color:#333;
	background: url(../img/materials/004_icon.png) no-repeat 15px center ;
}
.contents .recommendPages ul li a:hover {
	background-color:#fafafa;
	text-shadow:1px 2px 0 #fff;
}

/* 関連ページ */
.contents .similarPages {
	border:solid 5px #eee;
	margin:10px 0;
	clear:both;
	border-radius:3px;
}
.contents .similarPagesIn {
	border:solid 1px #ddd;
	border-bottom:none;
}
.contents .similarPages h3 {
	margin:0;
	box-shadow:inset 0 0 3px rgba(0,0,0,0.2);
}
.contents .similarPages ul li {
	list-style:none;
	display:block;
	border-bottom:solid 1px #ddd;
}
.contents .similarPages ul li a {
	display:block;
	padding:10px 12px 10px 34px;
	text-decoration: none;
	color:#333;
	background: url(../img/materials/004_icon.png) no-repeat 15px center ;
}
.contents .similarPages ul li a:hover {
	background-color:#fafafa;
	text-shadow:1px 2px 0 #fff;
}

/* フッター */
footer {
	text-align:center;
	display:block;
	padding:18px;
	border-top:solid 1px #ccc;
}

/* カテゴリページ */
#category .eyecatch {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

/* 詳細ページ */
#page .eyeCatch {
	max-width:100%;
	margin-bottom:15px;
}

/* 検索ページ */
#search .mainContent .body section {
	overflow:hidden;
}
#search .eyeCatch {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

@media screen and (max-width:640px){
	
	img {
		max-width:100% !important;
		height:auto !important;
	}
	
	/* 全体の囲み */
	.wrapper {
		width:100%;
		padding:0;
	}
	header {
		padding: 0;
	}
	header .headLeft {
		float: none;
		width: 100%;
	}
	header .headLeft .logo {
		text-align:center;
		border-bottom:solid 1px #ddd;
		padding-bottom:15px;
		margin-bottom:15px;
		box-shadow:0 2px 2px rgba(0,0,0,0.1);
	}
	header .headLeft .logo a {
		font-size:20px;
	}
	header .headLeft .discription {
		display:none;
	}
	header .socialButtons {
		display:none;
	}
	header .searchBox {
		float:none;
		overflow:hidden;
		vertical-align:top;
		padding:0 10px;
		margin-bottom:5px;
	}
	header .searchBox input[type=text] {
		width:80%;
		box-sizing:border-box;
		margin:0;
		display:block;
		float:left;
		height:30px;
		border-radius:0;
	}
	header .searchBox input[type=submit] {
		width:20%;
		box-sizing:border-box;
		bottom:0 !important;
		display:block;
		float:right;
		line-height:1em;
		height:30px;
		border-radius:0;
	}
	header .headRight {
		float: none;
		width: 100%;
	}
	.contents {
		padding:10px;
	}
	.contents .mainContent {
		float: none;
		width: 100%;
	}
	.contents .subContent {
		float: none;
		width: 100%;
	}
	.socialButtons ul {
		display: block;
		height: auto;
	}
	.globalNav {
		padding:0 10px;
		padding-bottom:15px;
		margin-bottom:0;
		box-shadow:none;
		border-bottom:solid 1px #ddd;
	}
	.globalNav .open {
		display:block;
		border:solid 1px #ddd;
		padding:8px;
		background:url(../img/materials/004_sp_nav_open.png) 95% center no-repeat;
		background-size:10px;
		box-shadow:inset 0 -1px 1px rgba(0,0,0,0.1);
		font-weight:bold;
	}

	.globalNav ul {
		border-bottom:none;
		display:none;
	}
	.globalNav ul li {
		border:solid 1px #ddd;
		width:100%;
		box-sizing:border-box;
		border-top:none;
	}
	.globalNav ul li:first-child {
		border:solid 1px #ddd;
		width:100%;
		border-top:none;
	}
	.globalNav ul li a {
		background:none;
		height:auto;
		padding-top:0;
		text-align:left;
		padding:10px;
	}
	img.mainVisual {
		margin-bottom:0;
		border-bottom:solid 1px #ddd;
		
	}
	.topicPath {
		display:none;
	}
}