@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "Hiragino W3", sans-serif;
	line-height: 1.1;
}

@font-face {
    font-family: 'Hiragino W3';
    font-style: normal;
    font-weight: 100;
    src: url('../../fonts/Hiragino-W3.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Hiragino-W3.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/Hiragino-W3.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/Hiragino-W3.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Hiragino W6';
    font-style: normal;
    font-weight: 100;
    src: url('../../fonts/Hiragino-W6.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Hiragino-W6.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/Hiragino-W6.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/Hiragino-W6.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Hiragino mincho W3';
    font-style: normal;
    font-weight: 100;
    src: url('../../fonts/Hiragino-mincho-W3.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Hiragino-mincho-W3.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/Hiragino-mincho-W3.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/Hiragino-mincho-W3.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Hiragino mincho W6';
    font-style: normal;
    font-weight: 100;
    src: url('../../fonts/Hiragino-mincho-W6.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Hiragino-mincho-W6.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/Hiragino-mincho-W6.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/Hiragino-mincho-W6.ttf')  format('truetype'); /* Safari, Android, iOS */
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 990px;
	color: #000;
	text-align:center;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto;
	padding: 74px 0 55px;
	width: 980px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background-color: #C7A466;
}

#gHeader .hBox {
	margin: 0 auto;
	padding: 26px 0 7px;
	width: 980px;
}

#gHeader .logo {
	padding-left: 1px;
	float: left;
}

#gHeader h1 {
	padding-top: 10px;
	width: 640px;
	color: #FFF;
    font-family: 'Hiragino mincho W3';
	font-size: 18px;
	font-weight: normal;
	float: right;
	letter-spacing: 1px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 750px;
	float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 195px;
	float: right;
}

#sideBar .sBox {
	margin-bottom: 41px;
	padding: 9px 12px 11px;
	border: 1px solid #888;
}

#sideBar .sBox p {
	margin-bottom: 0.5em;
    font-size: 14px;
}

#sideBar .sBox .title {
	margin-bottom: 10px;
    background: #000;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    line-height: 1em;
    font-size: 16px;
    padding: 0.5em 0;
}

#sideBar .sBox ul {
	margin: 0 -12px;
}

#sideBar .sBox li {
	padding: 6px 0 4px;
	width: 50%;
	float: left;
	text-align: center;
}

#sideBar .sBox li > img {
	margin: 0 auto 4px;
	display: block;
	vertical-align: baseline;
	max-width: 50%;
}

#sideBar .sBox li span {
	display: block;
}

#sideBar .sBox li:last-child span {
	margin-left: -0.5em;
}

#sideBar .sBox li img.sp {
	display: none;
}

#sideBar .sBox li img.pc {
	display: block;
}

#sideBar .sLink {
	padding-bottom: 16px;
}

#sideBar .sLink li {
    font-family: 'Hiragino mincho W3';
	font-size: 18px;
}

#sideBar .sLink li ul {
	margin: 18px 0;
}

#sideBar .sLink li li {
	padding-bottom: 9px;
	font-size: 14px;
}

#sideBar .sLink li li a {
	margin-left: 8px;
}

#sideBar .sTitle {
	margin-bottom: 12px;
}

#sideBar .sNavi {
	margin: 0 3px 34px;
}
	
#sideBar .sNavi li {
	padding: 3px 0 5px;
    font-family: 'Hiragino mincho W3';
	font-size: 14px;
	letter-spacing: 1px;
}

#sideBar .sDate {
	margin-bottom: 22px;
}

#sideBar .sDate li {
    font-family: 'Hiragino mincho W3';
	font-size: 14px;
}

#sideBar .sDate li {
	padding: 3px 0 6px;
	letter-spacing: 1px;
}

#sideBar .sDate li a {
	margin-left: 8px;
}

#sideBar .tagList {
	padding-top: 1px;
	margin-right: -4px;
}

#sideBar .tagList li {
	margin: 0 -2px 3px 0;
	display: inline-block;
}

#sideBar .tagList li a {
	padding: 3px 5px;
	min-width: 20px;
	display: inline-block;
	color: #555;
    font-family: 'Hiragino W3';
	font-size: 9px;
	text-align: center;
	border: 1px solid #555;
	border-radius: 4px;
}

#sideBar .tagList li:nth-child(6) a {
	padding: 3px 0;
	letter-spacing: -1px;
}

#sideBar .tagList li:nth-last-child(2) a {
	padding: 3px 0;
}

#sideBar .tagList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	text-decoration: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 18px 0 10px;
	background-color: #333;
}

#footer p {
	margin: 0 auto;
	width: 900px;
	color: #FFF;
    font-family: 'Hiragino mincho W3';
	font-size: 12px;
	text-align: center;
}

#footer .fBox {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px)  {
	body {
		min-width: inherit;
	}
	
	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader .hBox {
		margin: 0;
		padding: 2.5% 5%;
		width: auto;
	}
	
	#gHeader .logo {
		padding: 0;
		width: 187px;
		float: none;
	}
	
	#gHeader h1 {
		padding-top: 0;
		width: auto;
		font-size: 10px;
		float: none;
		font-weight: normal;
		letter-spacing: 0;
		margin-bottom: 0.5em;
	}
	
	#main {
		margin: 0;
		padding: 5%;
		width: auto;
	}
	
	/*------------------------------------------------------------
		コンテンツ
	------------------------------------------------------------*/
	#conts {
		width: auto;
		float: none;
	}
	
	/*------------------------------------------------------------
		サイドバー
	------------------------------------------------------------*/
	#sideBar {
		width: auto;
		float: none;
	}
	
	#sideBar .sBox {
		margin-bottom: 0;
		padding: 5%;
	}
		
	#sideBar .sBox .title {
		margin: 0 0 1em;
		background-color: #000;
		border-radius: 4px;
		font-size: 14px;
		color: #FFFFFF;
		text-align: center;
		line-height: 1em;
		padding: 0.5em 0;
	}

	#sideBar .sBox p {
		margin-bottom: 1em;
		font-size: 14px;
	}

	#sideBar .sBox ul {
		margin: 0;
	}
	
	#sideBar .sBox li {
		padding: 0;
		width: 50%;
		float: left;
		font-size: 14px;
		line-height: 1.5em;
		letter-spacing: 0;
		text-align: center;
	}
	
	#sideBar .sBox li > img {
		margin: 0 auto 0.5em;
		height: 106px;
		display: block;
		vertical-align: baseline;
	}

	#sideBar .sBox li span {
		font-size: 12px;
		width: 10em;
		margin: 0 auto;
		text-align: center;
	}

	#sideBar .sBox li:last-child span {
		 margin: 0 auto; 
	}

	#sideBar .sBox li img.sp {
		display: block;
	}

	#sideBar .sBox li img.pc {
		display: none;
	}
	
	#sideBar .sLink {
		display: none;
	}
	
	#sideBar .sTitle {
		display: none;
	}
	
	#sideBar .sNavi {
		display: none;
	}
		
	#sideBar .sDate {
		display: none;
	}
	
	#sideBar .tagList {
		display: none;
	}
		
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#footer {
		padding: 5%;
		background-color: #333;
	}
	
	#footer p {
		margin: 0;
		width: auto;
		color: #FFF;
		font-size: 14px;
		padding: 0.25em 0.5em;
	}

	#footer a {
		color: #FFF;
	}

	#footer a:hover {
		text-decoration: none;
	}
	
	#footer .fBox {
		margin-bottom: 10%;
		display: block;
	}

	#footer .fLink {
		padding: 0 1em 1em;
	}
	
	#footer .fLink li {
		padding-bottom: 0;
		color: #FFF;
		font-family: 'Hiragino mincho W3';
		font-size: 14px;
	}
	
	#footer .fLink li ul {
		margin: 0;
	}
	
	#footer .fLink li li {
		padding: 0;
		font-size: 14px;
		text-indent: 0;
	}
	
	#footer .fLink li li a {
		text-decoration: underline;
	}
	
	#footer .fTitle {
		margin-bottom: 0.5em;
		text-align: left;
		background-color: #AB7C44;
	}

	#footer .fNavi {
		margin: 0 1em 0;
	}
		
	#footer .fNavi li {
		padding: 0 0 1em;
		font-family: 'Hiragino mincho W3';
		font-size: 14px;
		color: #FFF;
		line-height: 1.5em;
	}

	#footer .fNavi li a {
		text-decoration: underline;
	}
	
	#footer .fDate {
		margin: 0 1em 0;
	}
	
	#footer .fDate li {
		padding: 0 0 0.5em;
		color: #FFF;
		font-family: 'Hiragino mincho W3';
		font-size: 14px;
		line-height: 1.5em;
	}
	
	#footer .fDate li a {
		margin-left: 8px;
		text-decoration: underline;
	}
	
	#footer .tagList {
		padding: 0;
		font-size: 0;
	}
	
	#footer .tagList li {
		font-size: 12px;
		margin: 0 0.5em 0.5em 0;
		display: inline-block;
	}
	
	#footer .tagList li a {
		padding: 0.25em 0.5em;
		display: inline-block;
		color: #AAA;
    	font-family: 'Hiragino W3';
		font-size: 12px;
		text-align: center;
		letter-spacing: 0;
		text-decoration: none;
		border: 1px solid #AAA;
		border-radius: 4px;
	}
}
