/*
Theme Name: LWS MODERNOUTFITTERS
Theme URI: http://www.loews.jp/
Description: 
Version:14.1.11
Author:SWL DESGIN TEAM
*/

/* フォント指定　*/

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/LeagueGothic-Regular-webfont.eot');
    src: url('fonts/LeagueGothic-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/LeagueGothic-Regular-webfont.woff') format('woff'),
         url('fonts/LeagueGothic-Regular-webfont.ttf') format('truetype'),
         url('fonts/LeagueGothic-Regular-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'JacquesFrancoisRegular';
    src: url('fonts/JacquesFrancois-Regular-webfont.eot');
    src: url('fonts/JacquesFrancois-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('JacquesFrancois-Regular-webfont.woff') format('woff'),
         url('fonts/JacquesFrancois-Regular-webfont.ttf') format('truetype'),
         url('fonts/JacquesFrancois-Regular-webfont.svg#JacquesFrancoisRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'JacquesFrancoisShadowRegular';
    src: url('/fonts/JacquesFrancoisShadow-Regular-webfont.eot');
    src: url('/fonts/JacquesFrancoisShadow-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/JacquesFrancoisShadow-Regular-webfont.woff') format('woff'),
         url('/fonts/JacquesFrancoisShadow-Regular-webfont.ttf') format('truetype'),
         url('/fonts/JacquesFrancoisShadow-Regular-webfont.svg#JacquesFrancoisShadowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:'Lucida Grande', Meiryo, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-image:url("../loews/image/bg077.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Reset CSS END */



/* 背景画像 */
img.bg 		{min-height: 100%;
		min-width: 960px;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0}

@media screen and (max-width: 980px){
img.bg 		{left: 50%;
		margin-left: -512px; }
}

/* トップバー　*/
#topbar 	{
	background: #f8f8f8;
	border-bottom: 1px solid #dcdcdc;
	height: 19px;
	padding-top: 9px;
	color: #1d1d1d;
	font-size: 10px;
	}

#sociallink 	{
	float: left;
	width: 40%;
	}

#sociallink ul 	{
	list-style: none;
	}

#sociallink li	{
	padding-left: 14px;
	display: inline;
	}

ul#menu-left-top-munu-1 {
	margin: 0 0px;
	}

ul#menu-left-top-munu-1 img {
	margin: 0 10px 0 10px;
	}



/* コンテナ */
div#container	{
		width: 960px;
		height: auto;
		overflow: hidden;
		padding: 0px 10px 0px;
		margin: 0px auto;
		}

/*　ヘッダー　*/
#header		{
		width:100%;				/* 表示の横幅 */
		height:300px;
		margin:0px auto 0 auto;		/* マージン一括指定 */
		padding-bottom:10px;
		display: -webkit-box;			/* 表示形式 */
		display: -moz-box;			/* 表示形式 */
		}

#header-old	{
		width:100%;				/* 表示の横幅 */
		height:300px;
		margin:0px auto 0 auto;		/* マージン一括指定 */
		padding-bottom:10px;
		background-image:url("../loews/image/blog_top.jpg");	/* 背景一括指定 */
		background-repeat: no-repeat;
		background-size: cover;
		border-bottom:solid 1px #3399ff;	/* 下ボーダー */
		display: -webkit-box;			/* 表示形式 */
		display: -moz-box;			/* 表示形式 */
		}

.header-area	{
		width: 960px;
		margin: 0 auto;
		}


#titlebox	{
		width:auto;				/* 表示の横幅 */
		height:auto;				/* 表示の縦幅 */
		padding-top:25px;			/* 上パディング */
		text-decoration:none;			/* 文字装飾 */
		float:left;
		overflow: hidden;
		}

#titlebox img	{
		width: 250px;
		}

h1.title	{
		font-size:12em;				/*  フォントサイズ */
		font-family:BebasNeueRegular;		/* フォントファミリー */
		color:#1e77b3;				/* 文字色： */
		font-weight:normal;
		width:250px;				/* 表示の横幅 */
		height:170PX;				/* 表示の縦幅 */
		letter-spacing:-8px;			/* 文字間隔 */
		margin:3px 0px 0px 0px;			/* マージン一括指定 */
		padding:5px 0px 0px 0px;		/* パディング一括指定 */
		line-height:150px;			/* 行幅 */
		text-align:center;			/* 文字揃え */
		text-decoration:none;			/* 文字装飾 */

		}
	
.subtitle	{
		font-size:2.2em;			/*  フォント	サイズ */
		width:250px;				/* 表示の横幅 */
		text-decoration:none;			/* 文字装飾 */
		font-family:BebasNeueRegular;		/* フォントファミリー */
		text-align:center;			/* 文字揃え */
		background-color:;			/* 背景色： */
		color:#ffffff;				/* 文字色： */
		margin:-35px 0px 0px 0px;		/* マージン一括指定 */
		padding:0px 0px 0px 1px;		/* パディング一括指定 */	
		text-decoration:none;			/* 文字装飾 */
		}

a:link		{
		text-decoration:none;			/* 文字装飾 */
		}

.menubox	{
		width:auto;				/* 表示の横幅 */
		display:block;				/* 表示形式 */
		background:;				/* 背景一括指定 */
		padding:20px 0 0 0;			/* パディング一括指定 */
		}

.subdisc	{
		width:auto;
		display:block;
		margin:0px 10px;
		padding:5px 20px 10px 20px;
		text-align:right;
		}
	
.subdisc img	{
		margin-left: 0px;
		margin-right:0px;	
		}

.subdisc p	{
		width: 600px;
		color: white;
		line-height: 1.4em;
		margin-left: auto;
		margin-right: 0;
		text-align: left;
		font-size: 1.2em;
		font-weight: bold;
		}
	
.icon		{
		height:40px;				/* 表示の縦幅 */	
		display:block;				/* 表示形式 */
		border:solid 0px #3399ff;;		/* ボーダー一括指定 */
		margin-top:0px;				/* 上マージン */
		padding-top:5px;			/* 上パディング */
		margin-left:20px;
		text-align:right;
		}
	
.icon ul	{
		margin:0px 10px 0 10px;			/* マージン一括指定 */
		}
	
.icon ul li	{	
		width:100px;				/* 表示の横幅 */
		display:inline;				/* 表示形式 */
		margin:0px 10px;			/* マージン一括指定 */	
		}

.icon ul li img	{
		width:35px;
		highit:35px;
		}

.menu1		{
		display:block;				/* 表示形式 */
		height:auto;				/* 表示の縦幅 */
		margin:0px 0px 10px 0px;		/* マージン一括指定 */
		border:solid 0px #3399ff;;		/* ボーダー一括指定 */
		padding-top:38px;			/* 上パディング */

		}

ul.topmenu	{
		margin:0px 0 0 30px;			/* マージン一括指定 */
		padding:0;				/* パディング一括指定 */
		}
	
.menu1 ul li	{
		width:100px;				/* 表示の横幅 */
		display:inline;				/* 表示形式 */
		margin:0px 30px;			/* マージン一括指定 */

		}
	
.menu1 ul li a	{
		font-family:BebasNeueRegular;		/* フォントファミリー */
		font-size:1.8em;			/*  フォントサイズ */
		font-weight:normal;			/* 太さ */
		text-decoration:none;			/* 下線など */
		letter-spacing:1px;			/* 文字間隔 */
		color:#333333;				/* 文字色： */
		-webkit-transiton:all 1s ease;
		-moz-transiton:all 1s ease;
	
		}

.menu1 ul li a:hover {	
		color:#1e77b3;
		}


-----------

			
div#header h1		{
			font-size: 1.6em;
			margin-top: 20px;
			float: left;
			margin-bottom: 4px;
			margin-left: 20px;
			}

div#header h1 a		{
			text-decoration: none;
			color: #000000;
			}

div#header p#desc	{
			width: 600px;
			margin-top: 10px;
			float: right;
			}



div#header p#image	{margin: 38px 0 0;
			width: 100%}

.clear			{
			clear: both;
			}

/* ナビゲーションバー */
#nav		{
		display: block;
		width: auto;
		height: 50px;
		margin: 15px 10px 0 0px ;
		float: right;
		}

#nav ul		{
		padding:0;
		margin-left: 30px;
		margin-right: 0;
		width: 100%;
		}

#nav ul li	{
		display: inline;
		float: left;
		position: relative;
		background-color: #1e77b3;
		margin-right:0px;
		padding: 0 20px;
		}

#nav ul li a	{
		font-family:BebasNeueRegular;
		color: #f5f5f5;
		display: block;
		text-algin:right;
		font-size: 1.5em;
		line-height: 38px;
		letter-spacing:1px;			/* 文字間隔 */
		padding: 0 10px;
		text-decoration: none;
		}

div#nav li.current_page_item a
			{color: #ccc}
	

#nav ul ul	{
		background: #ffffff;
		display: none;
		position: absolute;
		line-height: 38px;
		float:left;
		top: 38px;
		left: 0;
		width: auto;
		}


#nav ul ul li	{
		width: 180px;
		border: none;
		padding-left: 0;
		padding-right: 0;
		top: 0;
		}

#nav ul ul a	{
		font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:0.8em;
		line-height: 1.0em;
		padding: 10px;
		width: 100px;
		height: auto;
		}
 
div#nav li:hover > a,	
div#nav ul ul:hover > a	{background: #333333;
			color: #1e77b3}
 
div#nav ul li:hover > ul{
			display: block}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

/*ブログタイトル*/
h2.blog-title-j		{
			font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro"; font-weight: bold;
			font-size:1.6em;
			color: #1e77b3;
			margin: 20px 20px 0px;
			letter-spacing:1px;
			line-height: 1.6em;
			float:left;
			}

h3.blog-title-e		{
			float:left;
			font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro"; 
			font-weight: bold;
			font-size:1.2em;
			color: #1e77b3;
			letter-spacing:1px;
			margin: 33px 10px 0px
			}

h4.blog-title		{
			font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro"; font-weight: bold;
			font-size:0.85em;
			color: #1e77b3;
			margin: 5px 20px 10px;
			letter-spacing:1px;
			}

/* コンテンツ */
div#content		{
			width: 600px;
			float: left;
			margin-left: 0px;
			margin-top: 20px;
			}
			

#content h1		{
			font-size:1.0em;
			padding:10px 10px;
			}

		
						

#content p.disc		{
			color: #333;
			font-size: 0.75em;
			line-height: 1.6em;
			margin-top: 10px;
			padding-left: 25px;
			padding-right: 25px;
			text-align: justify;
			}
			
			

p#pagetitle		{
			width:588px;
			font-size: 0.875em;
			font-weight: bold;
			color: #ffffff;
			text-align: left;
			padding: 10px 0 0 10px;
			}


/* blog記事 */
.post			{
			font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
			width: 600px;
			border: solid 1px #0c8bcd;
			background: #f8f8f8;
			padding: 0 0 30px 0;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 20px;
			}

.post h2		{
			background-color: #0c8bcd;
			padding: 10px 20px 10px 20px;
			margin-bottom: 30px;
			font-size: 1.2em;
			font-weight: 900;

			}

.post h2 a		{
			text-decoration: none;
			color: #ffffff;
			}			

.post h4		{
			font-size: 100%;
			padding: 10px ;
			margin: 10px 0 10px 60px;
			}

.post h5		{
			font-size: small;
			color: #281682;
			text-algin: left;
			margin: 10px 0 10px 10px;
			}

.post h6		{
			background: #f0f8ff;
			width: 250px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			font-size: 0.85em;
			line-height: 1.6em;
			padding: 10px ;
			margin: 10px 0 20px 60px;
			}
		
.post p			{
			background: #f8f8f8;
			width: 80%;
			font-size: 0.85em;
			line-height: 1.8em;
			margin: 20px auto;
			}


.post p img		{
			align: center
			}

.post p.disc		{
			color: #333;
			font-size: 0.75em;
			line-height: 1.6em;
			margin-top: 10px;
			padding-left: 25px;
			padding-right: 25px;
			text-align: justify;
			}

.post ul		{
			background: #f8f8f8;
			width: 80%;
			font-size: 0.85em;
			line-height: 1.8em;
			margin: 20px auto;
			list-style-type: disc;
			}


.post ul li		{
			margin-left: 20px;
			}


.postinfo		{
			font-size: small;
			color: #0c8bcd;
			text-align: right;
			margin: 30px 0;
			padding-right: 20px;
			clear: both;
			}

p.postinfo a		{color: #0c8bcd}

.post table 		{
			width: 100%;
			border: none;
			margin: 0 0 1em; 
			}

.post tr		{
			border-top: solid 1px #ddd;
			}

.post th 		{
			font-weight: normal;
			background: #f4f4f4;
			text-align: left;
			vertical-align: top;
			padding: 18px 15px;
			white-space: nowrap;
			}

.post td 		{
			background: #fff;
			padding: 18px 15px;
			line-height:1.5em;
			}

.post p.iteminfo	{
			background: #f0f8ff;
			width: 250px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			font-size: 0.75em;
			padding: 10px;
			margin-left: auto;
			margin-right: auto;
			}


.post p.itemintro	{
			background: #f8f8f8;
			width: 80%;
			font-size: 0.75em;
			padding: 10px;
			text-align: justify;
			margin-left: auto;
			margin-right: auto;
			}


.post table.shop	{
			background:#ff0000;
			}

.post table.shop tr	{
			color:#333333;
			margin:0;
			padding:0;
			}

.discriptoin		{
			background-color:;			/* 背景色： */
			margin:10px 10px 10px 10px;		/* マージン一括指定 */
			padding:0px 10px 0px 10px;		/* パディング一括指定 */
			}

h2.brand		{
			background:none;
			font-size:16pt;				/*  フォントサイズ */
			font-weight:;				/* 太さ */
			color:#333;				/* 文字色： */
			margin:20px 10px 0px 10px;			/* マージン一括指定 */
			}
	
span.brand_kana		{
			font-size:12pt;				/*  フォントサイズ */
			color:#333;				/* 文字色： */
			margin:;				/* マージン一括指定 */
			padding:;				/* パディング一括指定 */
			}
	
	
h4.product		{
			padding:0 30px 0 30px;			/* パディング一括指定 */
			}

h6.product-disc		{
			padding:0 40px 0 30px;			/* パディング一括指定 */
			}

p.detail		{
			font-size:9pt;				/*  フォントサイズ */
			color:#333;				/* 文字色： */
			padding:0px 30px 10px 30px;		/* マージン一括指定 */
			line-height:160%;			/* 行幅 */

			}
	
h3.detail		{
			font-size:12pt;				/*  フォントサイズ */
			font-weight:bold;			/* フォントスタイル */
			margin:20px 30px 20px 30px;		/* マージン一括指定 */
			}

	
p.comment		{
			font-size:9pt;				/*  フォントサイズ */
			padding:0 30px 0 30px;			/* パディング一括指定 */
			line-height:160%;			/* 行幅 */

			}
		
/* シングルページ　*/

/*navPage*/
.post .navPage 		{
			clear: both;
			height: 40px;
			margin:10px 0;
			
			}

.navPage .prev 		{
			width:250px;
			float:left;
			margin-left: 20px;
			}

.navPage .next 		{
			width:250px;
			float:right;
			margin-right: 20px;
			}

.navPage .prev a 	{
			display:block;
			color:#000;
			font-size: 0.75em;
			background:#F0F0F0 url(../loews/image/arrow_p.png) 10px 14px no-repeat;
			padding:8px 10px 8px 20px;
			text-decoration:none;
			}

.navPage .prev a:hover	 {
			color:#FFFFFF;
			background:#666666 url(../loews/image/arrow_p_r.png) 10px 14px no-repeat;
			}

.navPage .next a	 {
			display:block;
			color:#000;
			font-size: 0.75em;
			background:#F0F0F0 url(../loews/image/arrow_n.png) 235px 14px no-repeat;
			padding:8px 20px 8px 10px;
			text-decoration:none;
			text-align:right;
			}

.navPage .next a:hover {
			color:#FFFFFF;
			background:#666666 url(../loews/image/arrow_n_r.png) 235px 14px no-repeat;
			}

.add-under		{
			text-align: center;
			margin-top: 50px;
			}




/* 記事内の画像 */
.aligncenter		{
			display: block;
			margin-left: auto;
			margin-right: auto;
			}

div.post img		{
			margin:5px 0;
			border: none;
			}

.alignleft		{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
			}

.alignright		{
			float: right;
			margin-left: 10px;
			margin-bottom: 10px;
			}

.wp-caption		{
			font-size: 0.75em;
			border: solod 1px #aaaaaa;
			text-align: center;
			padding-top: 5px;
			}

/* ギャラリー　*/
dd.wp-caption-text gallery-caption	{
					font-size: 0.75em;
					}


/* ページリンク */
span.oldpage		{
			float: left;
			}

span.newpage		{
			float: right;
			}

p.pagelink a		{
			font-size: 0.75em;
			color: #0c8bcd;
			}

p.pagelink		{
			overflow: hidden;
			width:100%;
			}


/* コメント */
#comments		{
			width: 500px;
			background: #ffffff;
			border: solid 1px #ffffff;
			padding: 0 18px;
			margin: 20px auto;
			}

#comments h3		{
			font-size: 0.875em;
			border-bottom: solid 1px #0c8bcd;
			padding-bottom: 3px;
			margin-top: 20px;
			}

#comments p		{
			font-size: 0.75em;
			}

#comments p a		{
			color: #0c8bcd;
			}

#comments input, #comments textarea
			{
			display: block;
			}

#comments textarea	{
			width: 350px;
			}

#comments .required	{
			color: #ff0000;
			}

#comments .code		{
			display: block;
			margin-top: 5px;
			font-size: smaller;
			}

#comments ul		{
			margin: 0;
			padding: 0;
			}

#comments li.compost	{
			list-style-type: none;
			border-bottom: dotted 1px #0c8bcd;
			margin-bottom: 20px;
			}

#comments p.cominfo	{
			text-align: right;
			}

#comments #comfeed a	{
			background-image: url(feed-icon-12x12.png);
			background-repeat: no-repeat;
			background-position: 0 50%;
			padding-left: 17px;
			line-height: 1em;
			color: #000000;
			text-decoration: none;
			}

#comments #comfeed	{
			background-color: #a3d2f2;
			padding: 8px;
			margin-top: 30px;
			}

#comments #trurl	{
			background-color: #a3d2f2;
			padding: 8px;
			margin-top: 30px;
			overflow: scroll;
			display: none;
			}

.comment-form-url,
.form-allowed-tags 	{
			display: none;
			}


/* サイドバー */
div#sidebar		{
			width: 350px;
			float: left;
			}

div#sidebar ul		{
			margin-top: 20px;
			padding: 0;
			}

div#sidebar li		{
			list-style-type: none;
			}

div#sidebar .widget	{
			background-color: #fff;
			padding: 16px;
			margin-bottom: 0px;
			margin-left: 50px;
			}

div#sidebar h2.widgettitle		
			{
			font-size: 0.75em;
			font-weight: bold;
			color: #333333;
			border-bottom: solid 1px #3399ff;
			padding-bottom: 8px;
			margin: 0 0 10px;
			}

div#sidebar li li	{
			font-size: 0.75em;
			margin-bottom: 8px;
			background-image: url(listmark.gif);
			background-repeat: no-repeat;
			padding-left: 16px;
			list-style-type: none;
			}

div#sidebar li li a	{
			text-decoration: underline;
			color: #333;
			line-height: 1.2em;
			}


/* テキストウィジェット */	
.textwidget		{
			padding: 0px 10px 0px 16px;
			font-size: 0.75em;
			color: #333;
			line-height: 1.5em;
			}

.textinfo		{
			font-size: 0.75em;
			line-height: 1.5em;
			margin: 10px 0;
			}

.profilebase		{
			font-size: 0.85em;
			line-height: 1.5em;
			margin: 10px 0;
			}

.profilebase a		{
			font-size: 0.85em;
			line-height: 1.5em;
			margin: 10px 0;
			}

.profilehour		{
			font-size: 0.75em;
			line-height: 1.8em;
			margin: 10px 0;
			padding-left: 0px;
			}

.profilehour a		{
			font-weight: bold;
			}

.profilebrand		{
			font-size: 0.75em;
			font-weight: bold;
			line-height: 1.2em;
			margin-top: 10px;
			}

#sidebar ul ul		{
			color:#000000;
			margin:10px 0;
			}

ul.probrandlist li	{
			font-size: 1em;
			line-height: 1.2em;
			}


/* shopinfo */					

.holidayinfo		{
			font-size: 0.75em;
			font-weight: bold;
			line-height: 1.2em;
			margin-top: 10px;
			}

.holidayinfo a		{
			font-weight: bold;
			}



/* タグクラウド */

.tagcloud		{
			padding: 0 10px;
			}

/* 検索 */

.screen-reader-text	{
			display: none;
			}



/* カレンダー */
.widget_calendar h2	{
			display: none;
			}

#wp-calendar		{
			font-size: 0.75em;
			color: #281682;
			width: 100%
			}

#wp-calendar a		{
			color: ##3399ff;
			}

#wp-calendar td, #wp-calendar th
			{
			text-align: center;
			color: #333;
			height:2.0em;
			}

#wp-calendar caption	{
			background: url(image/side_bg.gif) repeat-x;
			font-size:1.2em;
			padding: 10px 0 0;
			color: #3399ff;
			font-weight: bold;
			text-align: center;
			margin-bottom: 8px;
			height:18px;
			}

#wp-calendar #prev	{
			text-align: left;
			padding-top: 3px
			}

#wp-calendar #next	{
			text-align: right;
			pading-top: 3px
			}


/* フィード */
p.feed			{font-size: 0.75em;
			font-family: Verdana, Helvetica, sans-serif;
			border: solid 1px #0c8bcd;
			padding: 5px;
			margin: 25px 0}

p.feed a		{color: #444444;
			text-decoration: none}

p.feed img		{vertical-align: middle;
			margin-right: 8px}


/* フッター */
div#footer		{
			bottom: 0;
			left: 0;
			width: 100%;
			height: 35px;
			background-color: #333333;
			border-top: solid 0px #fff;
			text-align: center;
			padding-top: 6px;
			margin:20px 0 0 0;
			}

.footericon		{
			height:40px;				/* 表示の縦幅 */	
			float: right;
			display:block;				/* 表示形式 */
			border:solid 0px #3399ff;;		/* ボーダー一括指定 */
			margin:10px 20px;			/* 上マージン */
			padding-top:5px;			/* 上パディング */
			text-align:right;
			}

address			{
			font-size: 0.75em;
			font-style: normal;
			font-family: Verdana, sans-serif;
			margin: 10px 0 5px 0;
			color:#fff;
			}

address a		{
			color: #fff;
			text-decoration: none;
			}

/* 固定ページ */
div#content.page	{
			width: 600px;
			}


/* トップページ */

/* メインコンテンツ */
div#maincontent		{
			width: 100%;
			background-color: #f8f8f8;
			border: solid 1px #0c8bcd;
			margin-bottom: 20px;
			}

	
div#topcontent		{
			width: 100%;
			float: left;
			font-family: Times New Roman, Verdana, Meiryo;
			background-color: #f8f8f8;
			border: solid 0px #0c8bcd;
			border-bottom: solid 1px #ffffff;
			margin:20px auto 0px;
			}

div#topcontent h2	{font-size: 0.875em;
			color: #0c8bcd}

div#topcontent h3	{
			font-size: 0.875em;
			color: #666666;
			margin-top: 5px}

div#topcontent h4	{
			text-align: left;
			font-size: 0.875em;
			color: #0c8bcd;
			margin-left:0}

p.frontpage-title	{
			font-size: 1.5em;
			color: #333;
			margin:20px 20px;
			font-family:BebasNeueRegular
			}

p.frontpage-subtitle	{
			font-size: 1.0em;
			margin:0 0 0 20px;
			}

.frontpage-box		{
			margin: 0px auto 0px;
			height:auto;
			display: block;
			}

ul.frontpage-topix	{
			margin-top:0px;
			display: block;
			}

li.topix-box		{
			width: 578px;
			padding: 10px;
			margin: 0 0 20px;
			height:auto;
			overflow: hidden;
			border: 1px #ccc solid;
			background: #f8f8f8;
			}

li.topix-box .thumbnail-imgbox
			{
			width: 200px;
			height: auto;
			margin: 0px 0px;
			float:left;
			}

li.topix-box img	{
			margin:0 auto 10px;
			float:left;
			}

li.topix-box a		{
			font-size:1.2em;
			line-height:1.2em;
			font-family:arial;
			}

.thumbnail-title	{
			width: 350px;
			height: auto;
			margin: 5px 10px;
			float:right;
			}

.thumbnail-title a	{
			color: #333333;
			font-weight: bold;
			}

.excerpt		{
			width: 350px;
			padding: 0 10px;
			float: right;
			clear:right;
			}

.excerpt p		{
			font-size: 0.85em;
			line-height: 1.6em;
			margin-bottom: 0px; 
			}

p.more			{
			float:right;
			margin-right: 20px;
			}

p.more a		{
			text-decoration: underline;
			}

p.more a:link		{
			color:#0000ff;
			}
p.more a:visit		{
			color:#0000ff;
			}

p.date			{
			float:right;
			font-size:0.85em;
			margin-right: 20px;
			}

p.index			{font-size: 1.3em;
			color: #ff0000;
			margin: 30px 10px}

p.topic			{text-align: left;
			font-size: 0.75em;
			line-height: 1.6;
			margin: 30px 20px}

div.topmonth		{width: 150px;
			position: Relative;
			font-size: 8em;
			font-weight: bold;
			font-family: "sans-serif";
			color: #0c8bcd;
			margin-left: 20px}

p.topyear		{position: Relative;
			font-size: 1em;
			font-family: "sans-serif";
			color: #ff0000;
			margin: 0px}

.alignright		{float: right;
			margin-right: 100px;
			margin-top: 50px;
			display: inline-block;
			box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8)}


/* サブコンテンツ */	
div#subcontent		{width: 435px;
			float: right;
			margin-left: 0;
			color: #ff0000;
			background-color: #ffffff;
			border: solid 1px #0c8bcd;}

div#subcontent img	{width: 360px;
			margin-left: 35px}

/* attachment */
.attachment-full-size	{width: auto;
			border: solid 1px #0c8bcd;
			position; absolute;
			float: left;
			margin: 10px auto 10px;
			}


/* PRODUCT */

#products	{
		width:700px;
		hight:100%;
		background:yellow;
		}
		
h1.product-top	{
		background:#3399ff;
		font-size:1.6em;			/*  フォントサイズ */
		color:#333333;				/* 文字色： */
		margin:10px;
		display:block;
		}


h2.product-top	{

		font-family:BebasNeueRegular;
		width:500px;
		font-size:2.0em;
		text-align:center;
		color:#1e77b3;
		background-color:transparent;
		margin:0 auto;
		padding:10px 20px;
		border-bottom:solid 1px #3399ff;
		}

#product-link		{
		display:block;
		width:700px;

		margin:30px 10px;
		margin-left:auto;
		margin-right:auto;
		}


ul.product-link-list 	{
		overflow:hidden;
		margin: 10px 0;
		background:#cccccc;
		widh:100%;
		hight:100%;
		}

.product-link-list .product{
		font-family:BebasNeueRegular;
		font-size:1.6em;
		background:#333;
		width:200px;
		overflow:hidden;
		margin-top:20px;
		padding-bottom:40px;
		list-style:none;
		float:left;
		height:340px;
		text-align:center;
		margin-left:20px;
		text-decoration:none;
		text-shadow:1px 1px 0px #f3f2e1,2px 2px 0px #bed3d5;
		color:#fff;
		letter-spacing:1px;
		}

.pege-contents	{
		background:#ff0000;
		}


h2.product_children	{
		font-size:2em;
		}
		
		
/*side-page*/

#side		{
		width: 220px;	
		float:left;
		}	
		

/* 問い合わせ */

address.telephone{
		color: #333;
		font-size: 100%;
		margin: 10px 0;
		padding: 10px 15px;
		}

h2.inquiry-telephone{
		font-style:bold;
		background-color:white;
		}

p.inquiry-telephone-number{
		font-size: 100%;
		}

p.inquiry-telinfo{
		font-size: 85%;
		}

span.require	{
		font-size: 75%;
		color: #ff0000;
		}


/* top-page */

.topmenubox	{
		width:auto;				/* 表示の横幅 */
		display:block;				/* 表示形式 */
		background:;				/* 背景一括指定 */
		margin:0 auto;				/* マージン一括指定 */
		padding:15px 0 0 0;			/* パディング一括指定 */
	
		}

.topdisc	{
		width:auto;
		display:block;
		margin:10px 10px;
		padding;5px 20px 10px 20px;
		text-align:center;
		}
	
.topdisc img	{
		margin-left: auto;
		margin-right: auto;	
		}

.topicon	{
		height:40px;				/* 表示の縦幅 */	
		width: 200px;
		float: right;
		display:block;				/* 表示形式 */
		border:solid 0px #3399ff;;		/* ボーダー一括指定 */
		margin: 5px 20px;			/* 上マージン */
		text-align:right;
		}
	
.topicon ul	{
		margin:0px 10px 0 10px;			/* マージン一括指定 */
		}
	
.topicon ul li	{	
		width:100px;				/* 表示の横幅 */
		display:inline;				/* 表示形式 */
		margin:0px 10px;			/* マージン一括指定 */	
		}

.topicon ul li img	{
		width:25px;
		height:25px;
		}

#topnav		{
		display: block;
		float: left;
		margin: 30px 0 0 0px ;
		width: 100%;
		}

#topnav ul		{
		padding:0;
		left: 50%;
		float:left;
		margin-left: 30px;
		margin-right: 0;
		width: 100%;
		}

#topnav ul li	{
		display: inline;
		left: -2%;
		float: left;
		position: relative;
		background-color: #f8f8f8;
		margin-right:0px;
		padding: 0 20px;
		}

#topnav ul li a	{
		font-family:BebasNeueRegular;
		color: #333;
		display: block;
		text-algin:right;
		font-size: 1.5em;
		line-height: 38px;
		letter-spacing:1px;			/* 文字間隔 */
		padding: 0 10px;
		text-decoration: none;
		}

#topnav li.current_page_item a
			{color: #ccc}
	

#topnav ul ul	{
		background: #ffffff;
		display: none;
		position: absolute;
		line-height: 38px;
		float:left;
		top: 38px;
		left: 0;
		width: auto;
		}


#topnav ul ul li	{
		width: 180px;
		border: none;
		padding-left: 0;
		padding-right: 0;
		top: 0;
		}

#topnav ul ul a	{
		font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:0.8em;
		line-height: 1.0em;
		padding: 10px;
		width: 100px;
		height: auto;
		}
 
#topnav li:hover > a,	
#topnav ul ul:hover > a	{background: #333333;
			color: #1e77b3}
 
#topnav ul li:hover > ul{
			display: block}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

p.openimg	{
		margin: 10px auto 50px;
		}


.seperator	{
	border-bottom: 1px solid #3399ff;
	margin: 43px auto 70px auto;
	width: 80%;
	}

.seperator.lessmarginbottom	{
	margin-bottom: 0;
	margin-top: 22px;
	}

/* Easing Slider Lite */


#meteor-slideshow	{
			margin: 10px auto;
			}

/* ----- Style for Ktai Entry ----- */
.photo {
	padding-right:6px;
	float:left;
	line-height:110%;
	font-size:0.85em;
	text-indent:0;
}
.photo img {
	background:white;
	margin:0 4px 4px 0;
	padding:3px;
	border:1px solid #999;
}
.photo-end {
	clear:left;
}
/* ---------- */