@charset "utf-8";

/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 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%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
ul li {
	list-style-type: none;
}


/* ------ Body ------ */

body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #383636;
	font-size: 16px;
	line-height: 160%;
	text-align: left;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}
.win body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* ------ Anchor ------ */

a {
	outline: none;
}

a:link {
	text-decoration: none;
	color: #ff99fe;
}
a:visited {
	text-decoration: none;
	color: #ff99fe;
}
a:hover {
	text-decoration: underline;
	color: #EE00EE;
}
a:active {
	text-decoration: underline;
	color: #ff99fe;
}



/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

/* フルードイメージ対応 */
img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

p {
	font-size: 86%;
}

.img {
	text-align: center;
}

.text-center {
	text-align: center;
}

body {
	background-color: #fff;
	background-image: url(../img/komono/back_naname_line.gif);
}

#container {
	position: relative;			/* 親要素をposition:relativeとする */
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}


/* ------ Font ------ */

/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ------ Column ------ */

.row {
	max-width: 1000px;
	margin: 0 auto;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 2%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 2%;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.99%;}
.one-third {width: 31.99%;}
.two-third {width: 66.009%;}

.one-fourth {width: 23.49%;}
.two-fourth {width: 74.509%;}

.one-fifth {width: 18.39%;}
.two-fifth {width: 79.609%;}

.one-sixth {width: 12.57142856%;}
.two-sixth {width: 85.42857143%;}


.one-patio {width: 23.0%;}
.two-patio {width: 49.999%;}
.two-patiowide {width: 74.999%;}













/* ------ Header ------ */

header {
	width: 100%;
	background-color: #fff;
	padding-top: 7px;
}

header .row {
	position: relative;
}

header h1 {
}


/* ------ main ------ */
#main {
	background-color: #fff;
	padding-top: 10px;
}

#main #designbox {
	padding-top: 10px;

}

#main #designbox a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.7;
	*filter: none;
}


#main #contentbox {
}

#main #boxright {
}


/* ------ pnav 
-------------------------------------------------------------------------------- */

/* デスクトップ／タブレット用表示では、右寄せで配置 */
#pnav {
	float: right;
	width: 100%;
}

/* ナビゲーションの各項目は、横並びに配置 */
#pnav li {
	float: left;
	width: 20%;
}

#pnav a {
	display: block;
	position: relative;
	z-index: 2000;
	height: 30px;
	padding-top: 40px;
	font-size: 76%;
	text-decoration: none;
	color: #383636;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;		/* 角を丸くする */
}
/* 疑似要素にアイコンフォントを指定 */
#pnav a:before {
	display: block;
	position: absolute;
	width: 100%;
	top: 15px;
	text-align: center;
	font-family: 'icomoon';
 	font-size: 22px;
	color: #999;
}

/* ナビゲーションの色をグラデーションにする */
#p01 a:link,
#p01 a:visited {
}
/* マウスオーバー時にグラデーションの色を変更 */
#p01 a:hover,
#p01 a:active {
	background-color: #FFF0F5;
}
/* 疑似要素に、アイコンフォントに割り当てられた文字を記述 */
#p01 a:before {
	content: "\e630";
	color: #FF1493;
}


/* ナビゲーションの色をグラデーションにする */
#p02 a:link,
#p02 a:visited {
}
/* マウスオーバー時にグラデーションの色を変更 */
#p02 a:hover,
#p02 a:active {
	background-color: #FFFAF0;
}
/* 疑似要素に、アイコンフォントに割り当てられた文字を記述 */
#p02 a:before {
	content: "\e64a";
	color: #CD5C5C;
}


/* ナビゲーションの色をグラデーションにする */
#p03 a:link,
#p03 a:visited {
}
/* マウスオーバー時にグラデーションの色を変更 */
#p03 a:hover,
#p03 a:active {
	background-color: #FFF0F5;
}
/* 疑似要素に、アイコンフォントに割り当てられた文字を記述 */
#p03 a:before {
	content: "\e655";
	color: #4169E1;
}


/* ナビゲーションの色をグラデーションにする */
#p04 a:link,
#p04 a:visited {
}
/* マウスオーバー時にグラデーションの色を変更 */
#p04 a:hover,
#p04 a:active {
	background-color: #FFFAF0;
}
/* 疑似要素に、アイコンフォントに割り当てられた文字を記述 */
#p04 a:before {
	content: "\e659";
	color: #228B22;
}



/* ナビゲーションの色をグラデーションにする */
#p05 a:link,
#p05 a:visited {
}
/* マウスオーバー時にグラデーションの色を変更 */
#p05 a:hover,
#p05 a:active {
	background-color: #FFF0F5;
}
/* 疑似要素に、アイコンフォントに割り当てられた文字を記述 */
#p05 a:before {
	content: "\e62d";
	color: #336699;
}



/* ------ //pnav 
-------------------------------------------------------------------------------- */
























/* ------ Mainvisual ------ */

#mainvisual {
	width: 100%;
	background-color: #fff;
}



/*-----------------------------------------------------	*/
/*	for スライドショー				*/
/*-----------------------------------------------------	*/

.carousel {
	position: relative;
	padding-top: 5px;
	padding-bottom: 7px;
	line-height: 1;
}

.carousel  a {outline: none;}
.carousel  a:link,
.carousel  a:visited,
.carousel  a:hover,
.carousel  a:active {text-decoration: none;color: #fff;}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner > .item {
	position: relative;
	display: none;
	-webkit-transition: 0.6s ease-in-out left;
		 -moz-transition: 0.6s ease-in-out left;
			 -o-transition: 0.6s ease-in-out left;
					transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {			/* 左右の矢印の指示 */
	position: absolute;
	top: 40%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
		 -moz-border-radius: 23px;
					border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.carousel-control.right {
	right: 15px;
	left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.carousel-indicators {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
	margin: 0;
	list-style: none;
}

.carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #ccc;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 5px;
}

.carousel-indicators .active {
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	background: #333333;
	background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
	line-height: 20px;
	color: #ffffff;
}

.carousel-caption h4 {
	margin: 0 0 5px;
}

.carousel-caption p {
	margin-bottom: 0;
}

/* ------ 以上、スライドショー ------ */






/*-----------------------------------------------------	*/
/*	for m-menu     				*/
/*-----------------------------------------------------	*/

#m-menu {
	background: #fff;
}

#m-menu #middlenav {
	width: 100%;
	padding: 5px auto;
	overflow: hidden;
}

#m-menu #middlenav ul {
	list-style: none;
	overflow: hidden;
}

#m-menu #middlenav li a {
	background: #ff99fe;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 11.35%;
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.4;
	font-weight: 400;
	padding: 5px;
	border-radius: 10px;		/* 角を丸くする */
}

/*HOVER*/
#m-menu #middlenav li a:hover {
	background: #ee00ee;
}


/*SMALL*/
#m-menu #middlenav small {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.4;
	font-weight: 100;
	text-transform: none;
	color: #aaa;
}

/*BORDER FIX*/
#m-menu #middlenav li:last-child a {
	border: none;
}


/* ------ Article ------ */

article {
	background-color: #fff;
	padding-bottom: 50px;
}



/* ------ Index ------ */

#index {
	padding-bottom: 20px;
}
#index img {
	border-radius: 10px;		/* 角を丸くする */
}

@media screen and (min-width: 640px) {
	#index {
		background: url(../images/separetor1.png) no-repeat bottom center;
	}
}

#index section a {
	display: block;
	position: relative;
	padding: 10px 0 30px;
	text-decoration: none;
}
#index section a:link,
#index section a:visited {
	background-color: transparent;
}
#index section a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.7;
	*filter: none;
}

#index section a:active {
}

#index .img {
	margin-bottom: 10px;
}





















/* ------ mainbox ------ */

#mainbox {
	margin-top: 10px;
}

#mainbox a {outline: none;}
#mainbox a:link,
#mainbox a:visited {text-decoration: none;color: #6666ff;}
#mainbox a:hover,
#mainbox a:active {text-decoration: underline;color: #3333ff;}

#mainbox a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.7;
	*filter: none;
}


/* ------ menudesign ------ */

#menudesign {margin: 0px;padding: 0px;}

#menudesign #teiban {margin: 0px;padding: 0px;}

#manga {margin-top: 5em;}


/* -- menuright -- */

#menuright #linksite h2 {margin-top: 5px;}

#menuright #linksite ul {
	margin: 3px;
	padding: 0px;
	border-bottom: 1px solid #999;
	font-size: 85%;
}

#menuright #linksite ul li {
	margin: 0px;
	padding: 0px 0px 3px 12px;
	line-height: 1.6em;
	list-style: none;
	background: url(../img/komono/maru.gif) no-repeat 0px 2px;
}


/* ------ infoaria ------ */

#infoaria {
}

#infoaria .h3 {
	font-size: 90%;
	font-weight: bold;
	color: #663300;
	margin: 5px 0px 0px;
}
/* -- b_cover -- */

#b_cover {clear: both;}

#b_cover .cover {
	font-weight: bold;
}

.kakomi {
	text-align: left;
	border-bottom: 1px solid #999;
	clear: both;
	margin-bottom: 1em;
}
.kakomi a {
	display: block;
	padding: 7px 7px 7px 0;
	outline: none;
}
.kakomi a:link,
.kakomi a:visited {
	background-color: transparent;
}
.kakomi a:hover,
.kakomi a:active {
	background-color: #f5f5f5;
}



















#tubuyaki_senryu {
	margin: 80px 0px 0px 0px;
	padding: 0px;
}


#tubuyaki_senryu .senryu {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 200%;
	font-weight: bold;
	color: #663300;
}
#tubuyaki_senryu .senryu a:hover,
#tubuyaki_senryu .senryu a:active {text-decoration: none;}


#infoaria .barblue {
	background-image: url(../img/komono/back_blueline.gif);
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bolder;
	color: #FFFFFF;
}







/* ------ News ------ */

#news {
	margin-top: 30px;
	border-bottom: solid 1px #eee;
}

#news h1 a {
	display: block;
	position: relative;
	z-index: 2;
	padding: 8px 15px;
	font-size: 100%;
	color: #fff;
	text-decoration: none;
}
#news h1 a:link,
#news h1 a:visited {
	background-color: #ff99fe;
}
#news h1 a:hover,
#news h1 a:active {
	background-color: #ee00ee;
}

#news h1 a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: -8px;
	left: 30px;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
}
#news h1 a:after {
	content: "\e620";
	font-family: 'icomoon';
	font-size: 11px;
	display: block;
	position: absolute;
	width: 10px;
	line-height: 10px;
	top: 50%;
	margin-top: -5px;
	transition-duration: 0.3s;
}
#news h1 a:link:before,
#news h1 a:visited:before {
	border-top: solid 8px #ff99fe;
}
#news h1 a:hover:before,
#news h1 a:active:before {
	border-top: solid 8px #ee00ee;
}
#news h1 a:link:after,
#news h1 a:visited:after {
	right: 6px;
}
#news h1 a:hover:after,
#news h1 a:active:after {
	right: 3px;
}

#news dl a {
	position: relative;
	display: block;
	padding: 15px 20px 15px 0;
	text-decoration: none;
	border-top: solid 1px #eee;
}
#news dl a:first-child {
	border-top: none;
}
#news dl a:link,
#news dl a:visited {
	background-color: transparent;
}
#news dl a:hover,
#news dl a:active {
	background-color: #f5f5f5;
}
#news dl a:after {
	content: "\e620";
	font-family: 'icomoon';
	font-size: 11px;
	display: block;
	position: absolute;
	width: 10px;
	line-height: 10px;
	top: 50%;
	margin-top: -5px;
	transition-duration: 0.3s;
}
#news dl a:link:after,
#news dl a:visited:after {
	right: 6px;
}
#news dl a:hover:after,
#news dl a:active:after {
	right: 3px;
}

#news dt  {
	margin-bottom: 3px;
	color: #000;
	font-size: 76%;
	font-weight: bold;
}

#news dd  {
	color: #666;
	font-size: 76%;
}


/* #rice
------------------------------------------------------------------------------------ */

#rice {
}
#rice .oishii-read {
	font-weight: bold;
	font-size: 140%;
	color: maroon;
	padding-top: 100px;
}

#rice h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #383636;
	font-weight: 700;
	font-size: 140%;
	color: maroon;
	padding-top: 30px;
	padding-bottom: 40px;
}

#rice h2 {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 700;
	font-size: 140%;
	color: maroon;
	padding-top: 30px;
	padding-bottom: 40px;
}



#rice .top {
	margin-bottom: 400px;
}


#rice p {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	line-height: 2em;
}




/* sidebar
------------------------------------------------------------------------------------ */

#sidebar {
	margin-top: 30px;
	border-bottom: solid 1px #eee;
}

#sidebar section {
	border-top: solid 1px #eee;
}

#sidebar h1 {
	margin-left: 70px;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}

#sidebar section a {
	display: block;
	position: relative;			/* ボックス全体にposition:relativeを指定 */
	padding: 15px 20px 15px 0;
	text-decoration: none;
	overflow: hidden;
}
/* :after疑似要素にリンクアイコンを設定 */
#sidebar section a:after {
	content: "\e620";
	font-family: 'icomoon';			/* リンクアイコンをWebフォントとして指定 */
	font-size: 11px;
	display: block;
	position: absolute;			/* position:absoluteでボックスの右側にリンクアイコンを配置 */
	width: 10px;
	line-height: 10px;
	top: 50%;				/* リンクアイコンを上下中央に配置 */
	margin-top: -5px;
	transition-duration: 0.3s;		/* リンクアイコンをアニメーション動作させる（FireFoxのみ） */
}
#sidebar section a:link,
#sidebar section a:visited {
	background-color: transparent;
}
#sidebar section a:hover,
#sidebar section a:active {
	background-color: #f5f5f5;
}
#sidebar section a:link:after,
#sidebar section a:visited:after {
	right: 6px;				/* リンクアイコンを右端から6pxに配置*/
}
#sidebar section a:hover:after,
#sidebar section a:active:after {
	right: 3px;				/* マウスオーバー時にリンクアイコンの位置をずらす */
}

#sidebar p {
	margin-left: 70px;
	color: #666;
}

#sidebar .img {
	float: left;
	margin: 0;
}


/* ========== footer ========== */


#footer hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

#footer li {
	list-style:none;
}


#footer {
	color: #fff;
	font-size: 73%;
	background-color: #8B8682;
	margin-top: 0px;
	padding: 20px 0 50px 0;
	border-top: 1px solid #fff;
}

#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #ccc;
	text-decoration: none;
}



#footer .inner {
	overflow: hidden;
	margin: 0 auto;
}



.inner hr {
	overflow: hidden;
	border-top: 1px solid #fff;
	margin: 50px 0;
	float: left;
}
.company {
	overflow: hidden;
	float: left;
}
.company li {
	float: left;
	padding-left: 12px;
	margin-right: 30px;
	background: url(../images/footer_arrow.png) no-repeat 0 4px;
}
.company li.none {
	display: none;
}


address {
	padding-top: 20px;
	overflow: hidden;
	font-size: 90%;
	color: #fff;
}

address #capanyname {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}








/* ------ pagetop ------ */

#pagetop {
	display:none;
	position:fixed;
	bottom: 10px;
	right:0;
	padding: 3px;
	width: 30px;
	background:#ff6a6a;
	text-align:center;
}
#pagetop a {
	text-decoration: none;
	color:#fff;
}




















/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {

	/* ------ Column ------ */

	/* 左右に25pxの余白を設定 */
	.row {
		padding: 0 5px;
	}


	/* ------ #m-menu #middlenav
	--------------------------------------------------------------------- */
	#m-menu #middlenav li a {
		width: 23.22%;
		border-bottom: 1px solid #fff;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 90%;
		line-height: 1.4;
		font-weight: bold;
	}
	
	#m-menu #middlenav li:last-child a, nav li:nth-child(4) a {
		border-right: none;
	}
	
	#m-menu #middlenav li:nth-child(5) a, nav li:nth-child(6) a, nav li:nth-child(7) a, nav li:nth-child(8) a {
		border-bottom: none;
	}








}



/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 639px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}


	/* ------ Header ------ */

	header {
		background: #fff;
		padding-top: 0;
	}
	header .row:before {
		display: none;
	}

	header .col:first-child {
	}

	header h1 {
		margin: 0 auto;
		padding-top: 5px;
		width: 80%;
	}






	/* ------ Global Navi ------ */

	/* スマートフォン用表示では、横幅いっぱいに配置 */
	#gnav {
		float: none;
		width: 100%;
	}

	#gnav a {
		height: 25px;
		padding-top: 40px;
		font-size: 68%;
	}

	#gnav a:before {
		top: 10px;
	}


	/* ------ Mainvisual ------ */

	#mainvisual-button {
		padding: 15px 0;
	}


	/* ------ #m-menu #middlenav
	--------------------------------------------------------------------- */
	#m-menu #middlenav {
		margin:0 3px;
	}

	#m-menu #middlenav li a {
		width: 46.8%;
		border-bottom: 1px solid #fff;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 90%;
		line-height: 1.4;
		font-weight: bold;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	
	#m-menu #middlenav li:nth-child(even) a {
		border-right: none;
	}
	
	#m-menu #middlenav li:nth-child(5) a, nav li:nth-child(6) a {
		border-bottom: 1px solid #fff;
	}


	/* ------ main ------ */

	#main #contentbox {
		margin: 0px 5px 0px 5px;
	}

	#main #boxright {
		display: none;				/* スマホでは表示させない */
	}

	/* ------ Article ------ */

	article {
		padding-bottom: 0;
	}

	article p {
		font-size: 90%;
	}



	/* ------ Index ------ */

	#index {
		padding-bottom: 0;
	}

	#index section {
		border-top: solid 1px #eee;
		text-align: center;
	}
	#index section a {
		padding: 0px;
		margin: 0 auto;
	}
	#index section a:after {
		display: none;
	}
	#index section a:link:after,
	#index section a:visited:after {
		display: none;
	}
	#index section a:hover:after,
	#index section a:active:after {
		display: none;
	}

	#index h1:after {
		display: none;
	}

	#index .img {
		margin-bottom: 0px;
	}




	/* ------ mainbox ------ */
	#mainbox {
		display: none;				/* スマホでは表示させない */
	}

	/* ------ News ------ */

	#news {
		margin-top: 0;
		border-bottom: none;
	}

	#news dl a {
		padding: 15px 20px 15px 15px;
	}

	#news dt,
	#news dd {
		font-size: 90%;
	}


	/* ------ Sidebar ------ */

	#sidebar {
		margin-top: 0;
		border-bottom: none;
	}

	#sidebar section a {
		padding: 15px 20px 15px 15px;
	}




	/* ------ footer ------ */

	#footer {
		width: 100%;
		margin-top: 30px;
		padding: 5px 0 50px 0;
		background-color: #8B8682;
		font-size: 80%;
	}
	#footer .inner {
		width: 100%;
	}
	.inner hr {
		display: none;
	}


	.company {
		overflow: hidden;
		width: 100%;
		float: none;
	}
	.company li {
		width: 50%;
		padding: 0;
		margin-right: 0;
		background: none;
	}
	.company li a {
		display: block;
		padding: 9px 5px 8px 20px;
		border-bottom: 1px solid #fff;
	}
	.company li:nth-child(odd) a {
		border-right: 1px solid #fff;
	}
	address {
		overflow: hidden;
		font-size: 90%;
		color: #fff;
		float: none;
		text-align: center;
		margin-top: 10px;
	}





}



