/*
Theme Name: CHOICE
Theme URI: http://choice-hs.net/
Author: CHOICE
Author URI: http://choice-hs.net/
Description: CHOICEテンプレート
Version: 1.0
*/

@charset "utf-8";

/*-------------------------------
	Reset
-------------------------------*/

/*要素のフォントサイズやマージン・パディングをリセットしています*/
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, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, sub {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
}
/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}
/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
/*ulのマーカー（行頭記号）を表示しないようにしています*/
ol, ul, li{
	list-style: none;
}
/*引用符の表示が出ないようにしています*/
blockquote, q {
	quotes:none;
}
/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
}
/*テキストに打ち消し線が付くようにしています*/
del {
	text-decoration: line-through;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 100%;
}
/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
	vertical-align: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
	width: 100%;
}
/*画像設定*/
img {
	max-width: 100%; 
	height:auto;
	vertical-align:bottom;
	font-size:0;、
	line-height: 0;
	border: 0;
}
/*ボックス系レスポンシブ*/
img, canvas, iframe, video, svg { max-width: 100%; }
/* Wrap tables or pre elements in a div with this class */
.overflow-container { overflow-y: scroll; }
/*イメージ関係100%設定*/
object, embed, video {
	max-width: 100%;
}
/*フォントをノーマルに*/
address, caption, cite, code, dfn, em, th, var{
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
}

/*-------------------------------
	Font
-------------------------------*/
html{
	font-size:87.5%;/*14px*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	color: #514944;
	line-height:1.6;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
@media ( max-width : 768px ) {
html{
	font-size:75%;/*12px*/
}
}

/*-------------------------------
	Font Option
-------------------------------*/
.fNormal { font-weight: normal;}
.fBold   { font-weight: bold;}
.fItalic { font-style: italic;}

.fS   { font-size: 0.857em;}/*12px*/
.fSS  { font-size: 0.714em;}/*10px*/
.fSSS { font-size: 0.571em;}/*8px*/
.fL   { font-size: 1.143em;}/*16px*/
.fLL  { font-size: 1.286em;}/*18px*/
.fLLL { font-size: 1.428em;}/*20px*/
sup {
	font-size: 0.5em;
	vertical-align: top;
}
sub {
	font-size: 0.5em;
	vertical-align: baseline;
}
.fRed { color: #ff0000; }

/*-------------------------------
	Link
-------------------------------*/
a:link {
	color: #514944;
	text-decoration:none;
}
a:visited {
	color: #514944;
	text-decoration:none;
}
a:hover {
	color:#ada69d;
	text-decoration:underline;
}

/*-------------------------------
	Clearfix
-------------------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}

.flc {
	overflow: hidden;
	zoom: 1;
}

/*-------------------------------
	Float
-------------------------------*/
.floatLeft {
	display: inline;
	float: left;
}
.floatRight {
	display: inline;
	float: right;
}

/* ---------------------------------------------
	Margin 
--------------------------------------------- */
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml30 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}


/* ---------------------------------------------
	Padding 
--------------------------------------------- */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}

.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl30 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}

/* ---------------------------------------------
	Align
--------------------------------------------- */
.alignLeft   { text-align: left;}
.alignCenter { text-align: center;}
.alignRight  { text-align: right;}
.valignTop    { vertical-align: top    !important;}
.valignMiddle { vertical-align: middle !important;}
.valignBottom { vertical-align: bottom !important;}

/* ---------------------------------------------
	Others
--------------------------------------------- */
.block { display: block;}
.inline { display: inline;}
.hide { display: none;}
.listDisc li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 25px;
}
.listCircle li{
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 25px;
}
.listSquare li{
	list-style-position: outside;
	list-style-type: square;
	margin-left: 25px;
}
.listDecimal li{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 30px;
}

/*-------------------------------
	Field
-------------------------------*/
body{
	width: 100%;
	background: url(images/bg01.png) repeat 0px 0px;
}
.wrapper{
	width: 100%;
}
.box01{
	width:96%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}
.main{
	margin-top:10px;
}
@media ( max-width : 768px ) {
.box01{
	width:96%;
}
}

/*-------------------------------
	Header
-------------------------------*/
.header {
	width: 100%;
}
.headerIn01 {
	width:100%;
	height:92px;
	background: url(images/gnav_bg.png) repeat-x 0px 0px;
}
.headerNavBox01 {
	position: relative;
}
.headerNavBox01 h1{
	position:absolute;
	top:12px;
	left:5px;
	max-width:210px;
	z-index:10;
}
.gnav{
	position:absolute;
	top:25px;
	right:0px;
	width:670px;
	height:36px;
}
.gnavSp{
	display:none;
}
.gnav li{
	float:left;
}
.gnav li a{
	display:block;
	width:134px;
	height:36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.gnav .gnavHome a{
	background: url(images/gnav.png) repeat-x 0px 0px;
}
.gnav .gnavHome a:hover{
	background-position: 0px -36px;
}
.home .gnav .gnavHome a{
	background: url(images/gnav.png) repeat-x 0px -36px;
}
.gnav .gnavMenu a{
	background: url(images/gnav.png) repeat-x -134px 0px;
}
.gnav .gnavMenu a:hover{
	background-position: -134px -36px;
}
.gnav .gnavStore a{
	background: url(images/gnav.png) repeat-x -268px 0px;
}
.gnav .gnavStore a:hover{
	background-position: -268px -36px;
}
.store .gnav .gnavStore a{
	background-position: -268px -36px;
}
.gnav .gnavSale a{
	background: url(images/gnav.png) repeat-x -402px 0px;
}
.gnav .gnavSale a:hover{
	background-position: -402px -36px;
}
.gnav .gnavContact a{
	background: url(images/gnav.png) repeat-x -536px 0px;
}
.gnav .gnavContact a:hover{
	background-position: -536px -36px;
}
.gnav .gnavMenuSub{
	position:absolute;
	top:30px;
	left:138px;
	width:170px;
	display:none;
	z-index:500;
}
.gnav .gnavSubArrow{
	margin-left:20px;
}
.gnav .gnavMenuSub ul{
	width: 170px;
	height:70px;
	background: url(images/gnav_sub_bg.png) repeat-y 0 0;
	padding-top:15px;
}
.gnav .gnavMenuSub ul li{
	width:150px;
	margin:0 0 10px 10px;
	padding-bottom:4px;
	border-bottom:1px dotted #EAD0AA;
}
.gnav .gnavMenuSub li a{
	display:block;
	width:150px;
	height:17px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.gnav .gnavMenu01 a{
	background: url(images/gnav_sub_menu.png) repeat-x 0px 0px;
}
.gnav .gnavMenu01 a:hover{
	background-position: -150px 0px;
}
.gnav .gnavMenu02 a{
	background: url(images/gnav_sub_menu.png) repeat-x 0px -17px;
}
.gnav .gnavMenu02 a:hover{
	background-position: -150px -17px;
}
.gnav .gnavMenu03 a{
	background: url(images/gnav_sub_menu.png) repeat-x 0px -34px;
}
.gnav .gnavMenu03 a:hover{
	background-position: -150px -34px;
}
.gnav .gnavMenu04 a{
	background: url(images/gnav_sub_menu.png) repeat-x 0px -51px;
}
.gnav .gnavMenu04 a:hover{
	background-position: -150px -51px;
}
.subHeader{
	background: url(images/sub_header_bg01.png) repeat-x left top;
	padding-top:6px;
}
.subHeaderMp{
	background: url(images/sub_header_bg01.png) repeat-x left bottom;
	padding-bottom:6px;
}
#gnavSpBg{
	display:none;
}
.subHeaderMp span{
	display: block;
	overflow: visible;
	width: 100%;
	height: 240px;
	margin: 0;
	padding: 0;
}
@media ( max-width : 960px ) {
.headerNavBox01 h1{
	left:0;
}
.gnav{
	display:none;
}
.gnavSp{
	display:block;
}
#spMenuBtn{
	display:block;
	position:absolute;
	top:30px;
	right:5px;
	width:36px;	
	z-index:200;
	background: #514944;
	border: none;
}
#gnavSpLink{
	display:none;
	position:absolute;
	z-index:300;
	width:98%;
	top:70px;
	right:1%;
	background: url(images/gnav_sub_bg.png) repeat;
	padding:5px 10px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
	-webkit-box-shadow: 2px 1px 1px 2px rgba(222,222,222,0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}
#gnavSpLink li{
	border-top:1px dotted #EAD0AA;
}
#gnavSpLink li:first-child{
	border-top:none;
}
#gnavSpLink li a{
	display: block;
	padding: 12px 5px 12px 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url(images/arrow06.png) no-repeat 4px center;
	background-size:4px 6px;
}
#gnavSpLink li.gnavSpSecond a{
	padding: 12px 5px 12px 30px;
	background-position:20px center;
}
}
@media ( max-width : 768px ) {
.subHeaderMp span{
	height:180px;
}
}
@media ( max-width : 480px ) {
.subHeaderMp span{
	height:120px;
}
}

/*-------------------------------
	Main
-------------------------------*/
.main{
	padding:10px 0 70px 0;
}
.underBn {
	margin:40px 0 0 -30px;
}
.underBn ul{
	overflow:hidden;
	zoom:1;
}
.underBn li{
	float:left;
	width:300px;
	height:auto;
	margin-left:30px;
	margin-bottom:15px;
}
.underBn .widgettitle{
	display: none;
}
.pankuzu{
	width:100%;
	height:auto;
	padding:0 10px 0 10px;
	background:#EADBB9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow:hidden;
	zoom:1;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
}
.pankuzu li{
	float:left;
	padding:0 0 0 0px;
	font-size: 0.9rem;
	font-size: 85%;	
}
.pankuzu a{
	display: block;
	background: url(images/pankuz_arrow01.png) no-repeat right 0px;
	padding:7px 25px 7px 10px;
}
.pankuzu span{
	display: block;
	padding:7px 25px 7px 10px;
}
.mainBox01{
	margin-top: 25px;
	width:100%;
/*-
	-webkit-border-radius: 5px;
	border-radius: 5px;
-*/
	background:#fefbf7;
/*-
	-webkit-box-shadow:  1px 1px 3px 2px rgba(0, 0, 0, 0.1);
	box-shadow:  1px 1px 3px 2px rgba(0, 0, 0, 0.1);
-*/
	padding:20px 0 40px 0;
}
.mainBoxIn01{
	width:94%;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.linkBtn01, .linkBtn02 {
	overflow:hidden;
	zoom:1;
}
.linkBtn01 a, .linkBtn02 a{
	display:block;
	float:right;
	font-size:0.9rem;
	padding:8px 18px;
	color:#fff;
	background-color:#514944;
	text-align:center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.linkBtn01 a:hover, .linkBtn02 a:hover{
	background-color:#ada69d;
	text-decoration:none;
}
.linkBtn01 a span, .linkBtn02 a span{
	background: url(images/arrow05.png) no-repeat left center;
	background-size: 7px auto;
	padding-left: 12px;
	color:#fff;
}
.linkBtn02 {
	clear: both;
}
.linkBtn02 a{
	font-size:0.9rem;
	margin-top: 5px;
	padding:6px 10px;
}
.social4i{
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px 5px 0 5px;
	border-top: 1px dotted #BBB;
}
.listBox01{
	width: 89%;
	margin: 30px auto 0 auto;
}
.listBox01 > ul{
	width: 100%;
}
.listBox01 > ul > li{
	width: 100%;
	margin: 0 0 15px 0;
	padding:0 10px 5px 10px;
	border-bottom: 1px dotted #bba89b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.listBox01 > ul > li > a{
	color:#514944;
	display: block;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	/*padding:0;*/
}
.date01{
	width: 20%;
	float: left;
	background: url(images/arrow02.png) no-repeat left 5px;
	-webkit-background-size: 9px 9px;
	background-size: 9px 9px;
	padding-left:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.title01{
	width: 78%;
	float: right;
}
.categoryBox01{
	width: 89%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
/*-
	border-top: 2px dashed #bba89b;
	padding: 20px 0 0 0;
-*/
}
.categoryBox01 ul{
	overflow: hidden;
	zoom: 1;
	padding: 20px 20px 0 20px;
}
.categoryBox01 ul li{
	float: left;
	margin-right: 30px;
}
.categoryBox01 ul li a{
	color:#514944;
	background: url(images/arrow02.png) no-repeat left center;	
	-webkit-background-size: 9px auto;
	background-size: 9px auto;
	padding-left: 14px;
}
.categoryBox01 .subTit01{
	display: none;
}
@media ( max-width : 768px ) {
.leftBlock, .rightBlock, .mainLeft, .mainCenter{
	float:none;
	width:100%;
}
.mainLeft{
	margin-top:20px;
}
.underBn {
	margin:30px 0 0 0px;
}
.underBn li{
	float:none;
	margin:0 auto 15px auto;
}
.pankuzu{
	padding:0;
}
.pankuzu li{
	float:none;
	padding:0 0 0 10px;
}
.pankuzu a{
	display: inline-block;
	background-size:8px auto;
	background-position:right center;
	padding:7px 25px 7px 0px;
}
.pankuzu span{
	display: inline-block;
	padding:7px 25px 7px 0px;
}
.listBox01{
	width: 100%;
	margin-top: 5px;
}
.listBox01 > ul > li{
	margin: 0;
	padding:0;
}
.listBox01 > ul > li > a{
	padding:15px 5px 15px 5px;
}
.categoryBox01{
	width: 100%;
}
.categoryBox01 ul{
	overflow: hidden
	zoom: 1;
	padding: 20px 10px 0 10px;
}
.categoryBox01 ul li a{
	display: block;
	padding:4px 0 5px 14px;
}
}
@media ( max-width : 480px ) {
.mainBox01{
	padding-bottom:30px;
}
.listBox01 ul li a .date01{
	width: 26%;
}
.listBox01 ul li a .title01{
	width: 72%;
}
}
@media ( max-width : 320px ) {
.underBn li{
	width:90%;
}
.listBox01 ul li a .date01{
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.listBox01 ul li a .title01{
	float: none;
	width: 100%;
	padding:0 5px 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}

.cheese .subHeaderMp span{
	background: url(images/cheese_mp01.jpg) no-repeat center top;
	background-size:cover;
}

/*-------------------------------
	Stuff Blog
-------------------------------*/
.blog .subHeaderMp span, .archive .subHeaderMp span, .single .subHeaderMp span{
	background: url(images/stuff_mp01.jpg) no-repeat center top;
	background-size:cover;
}
.stuffTitle01{
	background: url(images/title_bar04.png) repeat-x right bottom;
	padding:0 10px 15px 0;
}
.stuffTitle01 span{
	background: url(images/stuff_title01_sub.png) no-repeat right bottom;	
	display:block;
	width:100%;	
}
.stuffTitle02{
	margin-top: 20px;
	padding:0 10px 5px 0;
}
.stuffTitle02 span{
	background: url(images/stuff_tag02.png) no-repeat 5px center;	
	display:block;
	width:100%;
	padding-left:30px;
	font-size: 1.2em;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.stuffTitle03{
	background: url(images/title_bar04.png) repeat-x right bottom;
	padding:0 10px 15px 0;
}
.stuffTitle03 span{
	background: url(images/information_title01_sub.png) no-repeat right bottom;	
	display:block;
	width:100%;	
}
.stuffTitle03 span{
	display: block;
	background: url(images/information_tag01.png) no-repeat left 4px;
	padding: 0 0 0 25px;
	font-size: 1.2em;
	font-weight: bold;	
}
.stuffDt01{
	padding: 5px 10px 0 10px;
	overflow: hidden;
	zoom: 1;
}
.stuffCategory{
	float: left;
	width:45%;
	text-align: left;
}
.stuffCategory a{
	display: block;
	background: url(images/arrow02.png) no-repeat left center;
	background-size:7px auto;
	padding-left:12px;
}
.stuffDate{
	float: right;
	width:45%;
	text-align: right;
}
.relateCat{
	width:96%;
	border: 1px solid #BBDB71;
	background: #FAFEED;
	margin: 20px auto 20px auto;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.relateCat h1{
	border-bottom: 1px solid #FDBA6D;
	padding: 0 4px 4px 4px;
	color: #8C4600;
	font-weight: bold;
}
.relateCat ul{
	margin: 0 10px;
}
.relateCat li{
	margin-top: 8px;
}
.relateCat a{
	display: block;
	background: url(images/arrow04.png) no-repeat left 7px;
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
	padding-left:10px;
}
.stuffListBox01{
	overflow: hidden;
	zoom: 1;
	margin: 10px 0 0 0;
	padding: 0 10px 10px 10px;
}
.excerpt01{
	float: left;
	width: 70%;
}
.excerpt02{
	width: 100%;
}
.stuffThumb01{
	float: right;
	width: 28%;
}
@media ( max-width : 768px ) {
.blog .listBox01, .archive .listBox01{
	margin-top: 20px;
}
.blog .listBox01 > ul > li, .archive .listBox01 > ul > li{
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.excerpt01{
	width: 62%;
}
.stuffThumb01{
	width: 35%;
}
.relateCat a{
	background-position: left 10px;
	padding:5px 0 5px 10px;
}
}
@media ( max-width : 480px ) {
.excerpt01{
	width: 55%;
}
.stuffThumb01{
	width: 43%;
}
}
@media ( max-width : 320px ) {
}

/*-------------------------------
	Information
-------------------------------*/
.post-type-archive-information .subHeaderMp span, .single-information .subHeaderMp span{
	background: url(images/information_mp01.jpg) no-repeat center top;
	background-size:cover;
}
.informationTitle01, .informationTitle02{
	background: url(images/title_bar05.png) repeat-x right bottom;
	padding:0 10px 15px 0;
}
.informationTitle01 span{
/*-
	background: url(images/information_title01_sub.png) no-repeat right bottom;
-*/	
	display:block;
	width:100%;	
}
.informationTitle02 span{
	display: block;
/*-
	background: url(images/information_tag01.png) no-repeat left 4px;
	padding: 0 0 0 25px;
-*/
	font-size: 1.2em;
	font-weight: bold;	
}
.informationTitle03{
	padding:0 10px 5px 0;
}
.informationTitle03 span{
	background: url(images/stuff_tag02.png) no-repeat 5px center;	
	display:block;
	width:100%;
	padding-left:30px;
	font-size: 1.2em;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.informationMd01{
	width: 89%;
	margin:20px auto 0 auto;
}
.informationMd02{
	display: none;
}
.informationDate{
	text-align: right;
	padding-right: 5px;
}
.singleBox01{
	width: 96%;
	margin: 30px auto 20px auto;
	overflow: hidden;
	zoom: 1;
}
.singleBox01 .wp-post-image{
	width:30%;
	height:auto;
	float: right;
	margin: 0 0 20px 20px;
}
@media ( max-width : 768px ) {
.informationMd01{
	width: 100%;
	margin:10px auto 0 auto;
}
}
@media ( max-width : 480px ) {
.informationMd01{
	display: none;
}
.informationMd02{
	display: block;
	width: 100%;
	margin:20px auto 10px auto;
}
.singleBox01{
	margin: 15px auto 15px auto;
}
.singleBox01 .wp-post-image{
	width:36%;
	margin: 0 0 10px 10px;
}
}
@media ( max-width : 320px ) {
.singleBox01 .wp-post-image{
	width:44%;
}
}

/*-------------------------------
	Media
-------------------------------*/
.post-type-archive-media .subHeaderMp span, .tax-media_cat .subHeaderMp span{
	background: url(images/media_mp01.jpg) no-repeat center top;
	background-size:cover;
}
.mediaTitle01, .mediaTitle02{
	background: url(images/title_bar05.png) repeat-x right bottom;
	padding:0 10px 15px 0;
}
.mediaTitle01 span{
/*-
	background: url(images/media_title01_sub.png) no-repeat right bottom;	-*/
	display:block;
	width:100%;	
}
.mediaTitle02 span{
	display: block;
/*-
	background: url(images/media_tag01.png) no-repeat left 4px;
	padding: 0 0 0 25px;
-*/
	font-size: 1.2em;
	font-weight: bold;	
}
.mediaTitle03{
	padding:20px 10px 5px 0;
}
.mediaTitle03 span{
/*-
	background: url(images/media_tag02.png) no-repeat 5px center;	
-*/
	display:block;
	width:100%;
	padding-left:30px;
	font-size: 1.2em;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.post-type-archive-media .categoryBox01{
/*-
	border-top: 2px dashed #bba89b;
-*/
}
.post-type-archive-media .listBox01 ul li a, .tax-media_cat .listBox01 ul li a{
	display:block;
	padding:0;
	overflow: hidden;
	zoom: 1;
}
.post-type-archive-media .listBox01 ul li, .tax-media_cat .listBox01 ul li{
	border-bottom:1px dotted #bba89b;
	margin-bottom:5px;
	padding-bottom:5px;
}
.mediaThumb{
	float: left;
	width: 16%;
	max-height: 130px;
	overflow: hidden;
}
.mediaRight{
	float: right;
	width: 80%;
	height: auto;
}
@media ( max-width : 768px ) {
}
@media ( max-width : 480px ) {
.mediaThumb{
	width: 22%;
	max-height: 100px;
}
.mediaRight{
	width: 75%;
	height: auto;
}
}
@media ( max-width : 320px ) {
}

/*-------------------------------
	Page Nation
-------------------------------*/
.pageNation{
	width:100%;
	margin-top:20px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
}
.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #A9672C;
	background:#514944;
	color:#FFF;
	padding: 6px 10px 7px 10px;
	margin: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wp-pagenavi span.extend {
	text-decoration: none;
	border: 1px solid #A9672C;
	background:#F66;
	color:#FFF;
	padding: 6px 4px 7px 4px;
	margin: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi a:hover{
	border-color: #B87A43;
	background:#ada69d;
}
.wp-pagenavi span.current {
	font-weight: bold;
	background:#FFF;
	color:#555;
}
.wp-pagenavi .pages{
	text-decoration: none;
	border: 1px solid #777;
	background:#FFF;
	padding: 6px 4px 7px 4px;
	color:#333;
}
.wp-pagenavi .first{
	padding: 4px 4px 5px 4px;
}
@media ( max-width : 768px ) {
.wp-pagenavi a, .wp-pagenavi span {
	padding: 8px 12px 9px 12px;
}
.wp-pagenavi span.extend {
	padding: 8px 5px 9px 5px;
}
}
@media ( max-width : 480px ) {
.wp-pagenavi .pages{
	display:none;
}
}

/*-------------------------------
	Footer
-------------------------------*/
.pagetop{
	position:fixed;
	right:10px;
	bottom:10px;
	width:40px;
	height:40px;
	z-index:800;
}
.pagetop a{
	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition: all 0.4s ease;
}
.pagetop a:hover{
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	zoom:1;
	-moz-opacity:0.7;
	opacity:0.7;
}
.footer{
	width: 100%;
	background: url(images/footer_bg.png) repeat 0 0;
	position:relative;
}
.footerTop{
	width: 100%;
	height: 60px;
	background: url(images/footer_pre.png) repeat-x 0 0;
	position: absolute;
	top:-60px;
	left:0;
	box-sizing:
}
.footerIn01{
	padding:35px 0 35px 0;
}
.footerLogo{
	width:40%;
	height:auto;
	float:left;
	padding:0 0 0 10px;
}
.footerLogo img{
	width:90%;
	height:auto;
	margin-left:5px;
}
.footerNav{
	width: 56%;
	height:auto;
	float: right;
	background: url(images/footer_linr01.png) repeat-y 0 0;
	padding:5px 0 10px 20px;
}
.footerNav ul{
	overflow:hidden;
	zoom:1;
}
.footerNav li{
	float:left;
	margin-left:15px;
	margin-bottom:18px;
}
.footerNav li a{
	display: block;
	padding:0px;
	color: #fbf5ec;
	text-decoration: none;
	text-align:center;
}
.footerNav li a:hover{
	color: #ada69d;
}
.footerNav li a .up{
	font-size:90%;
	border-bottom:1px dotted #FFFFFF;
	padding:0px 10px 1px 10px;
}
.footerNav li a .down{
	font-size:80%;
	padding:1px 10px 0px 10px;
}
.copyright{
	text-align:right;
	color:#fbf5ec;
	font-size:100%;
	margin-top:20px;
}
@media ( max-width : 768px ) {
.footerLogo{
	width:360px;
	float:none;
	margin:0px auto;
}
.footerNav{
	width: 100%;
	float: none;
	background:none;
	margin:20px auto;
	padding:0px 0px 0px 0px;
}
.footerNav li{
	float:left;
	margin-left:15px;
	margin-bottom:18px;
}
.copyright{
	font-size:0.8rem;
	margin-top:0px;
}
}
@media ( max-width : 480px ) {
.footerIn01{
	padding:20px 0 25px 0;
}
.footerLogo{
	width:290px;
}
.footerNav{
	width: 100%;
	float: none;
	background:none;
	margin:20px auto 10px auto;
	padding:0px 0px 0px 0px;
}
.footerNav li{
	float:left;
	margin:0 5px 15px 5px;
}
.footerNav li a .up{
	font-size:100%;
	border-bottom:1px dotted #FFFFFF;
	padding:0px 10px 1px 10px;
}
.footerNav li a .down{
	font-size:90%;
	padding:1px 10px 0px 10px;
}

.calendar .subHeaderMp span{
	background: url(images/calendar_mp01.jpg) no-repeat center top;
	background-size:cover;
}

