@charset "utf-8";

/*===============================================================
	
	2012.10.25　レスポンシブ
	
===============================================================*/

/*===============================================================
	初期化
===============================================================*/
* { padding:0; margin:0; }
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,select,input,
p,blockquote,table,th,td { padding:0; margin:0; }
body { font-family:HiraKakuProN-W3,sans-serif; }
h1,h2,h3,h4,h5,h6,p,li,th,td,dt,dd { font-size:100%; line-height:1.4; }
th,td { text-align:left; vertical-align:top; }
img { vertical-align:top; border:0; }
ul,li { list-style:none; }
address,caption { font-style:normal; font-weight:normal; }
a {
	text-decoration:underline;
	color: #2D89DC;
}
a:hover {
	text-decoration: none;
	color: #D4145A;
	}
a:focus{
	overflow:hidden;
	outline:none;
}
html {
	background:#fff;
	background:url(../images/body_bg.gif) repeat;
}

body {
	margin:0px;
	font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#4A3B3A;
	font-size:100%;
	text-align:center;
	background:url(../images/body_bg.gif) repeat;
	-webkit-text-size-adjust:none; /* 縦横文字サイズ同じ */
	/* -webkit-tap-highlight-color:rgba(0,0,0,0); 標準ブラウザタッチ効果の透過 */
	/*-webkit-user-select: none; /* iOS Safari長押しコピー表示無効 */
	
	position:relative;
	top:-80px
}

.wrp {
	width:100%;
	/*
	background:url(../images/body_bg.gif) repeat;
	*/
	background:url(../images/wrp_bg.png) no-repeat top center;
}
/*===============================================================
	CSS3
===============================================================*/

/*反転時の文字色・背景色 */
body::selection {
background: #F6C;　　/* 背景色*/
color:#FFF;　　/* 文字色*/
}
/* Firefox対応*/
body::-moz-selection {
background: #F8E6AF;　　/* 背景色*/
color:#666666; 　　/* 文字色*/
}

h1::selection,h2::selection,h3::selection,h4::selection,h5::selection,h6::selection,p::selection,li::selection,th::selection,td::selection{
	color:#FFF;
	background: #F6C;
}

/*	汎用
----------------------------------------------------------------*/
.clear {
	width:100%;
	overflow:hidden;
	}
.flol {
	display:inline; /* IE6 */
	float:left;
}
.flor {
	display:inline; /* IE6 */
	float:right;
}	

.sprite {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.fitimg,
.img img {
	width:100%;
	height:auto;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}


/* マージン
----------------------------------------------------------------*/
.mt05	{	margin-top:5px;		}
.mt10	{	margin-top:10px;	}
.mt15	{	margin-top:15px;	}
.mt20	{	margin-top:20px;	}
.mt25	{	margin-top:25px;	}
.mt30	{	margin-top:30px;	}
.mt40	{	margin-top:40px;	}
.mt50	{	margin-top:50px;	}
.mt60	{	margin-top:60px;	}
.mt70	{	margin-top:70px;	}
.mt80	{	margin-top:80px;	}
.mt90	{	margin-top:90px;	}
.mt100	{	margin-top:100px;	}

.mb05	{	margin-bottom:5px;	}
.mb10	{	margin-bottom:10px;	}
.mb15	{	margin-bottom:15px;	}
.mb20	{	margin-bottom:20px;	}
.mb25	{	margin-bottom:25px;	}
.mb30	{	margin-bottom:30px;	}
.mb40	{	margin-bottom:40px;	}
.mb50	{	margin-bottom:50px;	}

.bold	{	font-weight:bold; }


/*	レイアウト
----------------------------------------------------------------*/
.header_container {
	text-align:left;
}
.body_container {
	margin:0 auto;
	text-align:left;
	clear:both;
}
.service .body_container {
	background:url(../images/body_bg.gif) repeat;
}

.main_visual {
	text-align:left;
	margin:0 auto;
}
.main_container {
	text-align:left;
}
.main_section {
	float:left;
}
.sub_section {
	float:right;
}

.single_container {
	width:600px;
	margin:0 auto;
	margin-top:50px;
}


/*	フッタ
----------------------------------------------------------------*/
.footer_container {
	border-top:solid 1px #ddd;
	background:url(../images/midashi_bar_bg.gif) repeat-x left top;
	padding:20px 0;
	text-align:center;
	margin:0 auto;
	margin-top:30px;
	
}
.footer_info h3 {
	font-size:14px;
	line-height:20px;
}
.footer_info p {
	display:inline;
	padding:0 8px;
}


/* 基本文字サイズ
--------------------------------------------------------- */
h1 {
	font-size: 315%;	/* 44 */
	line-height:1.2;
	font-weight:bold;
}
h2 {
	font-size: 258%;	/* 36 */
	line-height:1.2;
	font-weight:bold;
}
h3 {
	font-size: 180%;	/* 28 */
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	margin-bottom:0.5em;
	margin-top:1em;
}
h4 {
	font-size: 172%;	/* 24 */
	font-weight:bold;
}
h5 {
	font-size: 115%;	/* 16 */
	font-weight:bold;
}
h6 {
	font-size: 100%;	/* 14 */
	font-weight:bold;
	margin-top:2em;
}
p {
	font-size: 115%;	/* 16 */
	font-size: 100%;	/* 14 */
	line-height:1.75;
	margin-top:1em;
}

/*	文字組
----------------------------------------------------------------*/
.headline {
	margin-bottom:15px;
	margin-top:60px;
	background:url(../images/midashi_bar_bg.gif) repeat-x left bottom;
	padding-bottom:15px;
}

.headline .pagenumber {
	color:#BEB6AB;
	font-weight:bold;
	text-align:right;
	text-shadow: rgba(255,255,255,1) 0px 1px 2px;
}
.small {
	font-size:80%;
}

/*	カラム
----------------------------------------------------------------*/

.bg_w			{ width:	100%;	}
.page_w	{ 
	width:990px;
	margin-left: auto;
	margin-right: auto;
}
.grid {
	float:left;
}

/* ------------------------------------------------ */
/*	gridSize :40 gutterSize :40 column :12 */
/* ------------------------------------------------ */
.grid_content{
	/*
	width:990.000px;
	margin:0 auto;
	text-align:left;
	*/
}
.gridwrp_12 { width:104.348%;}
.gridwrp_12 .grid_12 { width:95.833%; margin-right:4.167%; }
.gridwrp_12 .grid_11 { width:87.500%; margin-right:4.167%; }
.gridwrp_12 .grid_10 { width:79.167%; margin-right:4.167%; }
.gridwrp_12 .grid_9 { width:70.833%; margin-right:4.167%; }
.gridwrp_12 .grid_8 { width:62.500%; margin-right:4.167%; }
.gridwrp_12 .grid_7 { width:54.167%; margin-right:4.167%; }
.gridwrp_12 .grid_6 { width:45.833%; margin-right:4.167%; }
.gridwrp_12 .grid_5 { width:37.500%; margin-right:4.167%; }
.gridwrp_12 .grid_4 { width:29.167%; margin-right:4.167%; }
.gridwrp_12 .grid_3 { width:20.833%; margin-right:4.167%; }
.gridwrp_12 .grid_2 { width:12.500%; margin-right:4.167%; }
.gridwrp_12 .grid_1 { width:4.167%; margin-right:4.167%; }
.gridwrp_11 .grid_12 { width:104.545%; margin-right:4.545%; }
.gridwrp_11 { width:104.762%;}
.gridwrp_11 .grid_11 { width:95.455%; margin-right:4.545%; }
.gridwrp_11 .grid_10 { width:86.364%; margin-right:4.545%; }
.gridwrp_11 .grid_9 { width:77.273%; margin-right:4.545%; }
.gridwrp_11 .grid_8 { width:68.182%; margin-right:4.545%; }
.gridwrp_11 .grid_7 { width:59.091%; margin-right:4.545%; }
.gridwrp_11 .grid_6 { width:50.000%; margin-right:4.545%; }
.gridwrp_11 .grid_5 { width:40.909%; margin-right:4.545%; }
.gridwrp_11 .grid_4 { width:31.818%; margin-right:4.545%; }
.gridwrp_11 .grid_3 { width:22.727%; margin-right:4.545%; }
.gridwrp_11 .grid_2 { width:13.636%; margin-right:4.545%; }
.gridwrp_11 .grid_1 { width:4.545%; margin-right:4.545%; }
.gridwrp_10 .grid_12 { width:115.000%; margin-right:5.000%; }
.gridwrp_10 .grid_11 { width:105.000%; margin-right:5.000%; }
.gridwrp_10 { width:105.263%;}
.gridwrp_10 .grid_10 { width:95.000%; margin-right:5.000%; }
.gridwrp_10 .grid_9 { width:85.000%; margin-right:5.000%; }
.gridwrp_10 .grid_8 { width:75.000%; margin-right:5.000%; }
.gridwrp_10 .grid_7 { width:65.000%; margin-right:5.000%; }
.gridwrp_10 .grid_6 { width:55.000%; margin-right:5.000%; }
.gridwrp_10 .grid_5 { width:45.000%; margin-right:5.000%; }
.gridwrp_10 .grid_4 { width:35.000%; margin-right:5.000%; }
.gridwrp_10 .grid_3 { width:25.000%; margin-right:5.000%; }
.gridwrp_10 .grid_2 { width:15.000%; margin-right:5.000%; }
.gridwrp_10 .grid_1 { width:5.000%; margin-right:5.000%; }
.gridwrp_9 .grid_12 { width:127.778%; margin-right:5.556%; }
.gridwrp_9 .grid_11 { width:116.667%; margin-right:5.556%; }
.gridwrp_9 .grid_10 { width:105.556%; margin-right:5.556%; }
.gridwrp_9 { width:105.882%;}
.gridwrp_9 .grid_9 { width:94.444%; margin-right:5.556%; }
.gridwrp_9 .grid_8 { width:83.333%; margin-right:5.556%; }
.gridwrp_9 .grid_7 { width:72.222%; margin-right:5.556%; }
.gridwrp_9 .grid_6 { width:61.111%; margin-right:5.556%; }
.gridwrp_9 .grid_5 { width:50.000%; margin-right:5.556%; }
.gridwrp_9 .grid_4 { width:38.889%; margin-right:5.556%; }
.gridwrp_9 .grid_3 { width:27.778%; margin-right:5.556%; }
.gridwrp_9 .grid_2 { width:16.667%; margin-right:5.556%; }
.gridwrp_9 .grid_1 { width:5.556%; margin-right:5.556%; }
.gridwrp_8 .grid_12 { width:143.750%; margin-right:6.250%; }
.gridwrp_8 .grid_11 { width:131.250%; margin-right:6.250%; }
.gridwrp_8 .grid_10 { width:118.750%; margin-right:6.250%; }
.gridwrp_8 .grid_9 { width:106.250%; margin-right:6.250%; }
.gridwrp_8 { width:106.667%;}
.gridwrp_8 .grid_8 { width:93.750%; margin-right:6.250%; }
.gridwrp_8 .grid_7 { width:81.250%; margin-right:6.250%; }
.gridwrp_8 .grid_6 { width:68.750%; margin-right:6.250%; }
.gridwrp_8 .grid_5 { width:56.250%; margin-right:6.250%; }
.gridwrp_8 .grid_4 { width:43.750%; margin-right:6.250%; }
.gridwrp_8 .grid_3 { width:31.250%; margin-right:6.250%; }
.gridwrp_8 .grid_2 { width:18.750%; margin-right:6.250%; }
.gridwrp_8 .grid_1 { width:6.250%; margin-right:6.250%; }
.gridwrp_7 .grid_12 { width:164.286%; margin-right:7.143%; }
.gridwrp_7 .grid_11 { width:150.000%; margin-right:7.143%; }
.gridwrp_7 .grid_10 { width:135.714%; margin-right:7.143%; }
.gridwrp_7 .grid_9 { width:121.429%; margin-right:7.143%; }
.gridwrp_7 .grid_8 { width:107.143%; margin-right:7.143%; }
.gridwrp_7 { width:107.692%;}
.gridwrp_7 .grid_7 { width:92.857%; margin-right:7.143%; }
.gridwrp_7 .grid_6 { width:78.571%; margin-right:7.143%; }
.gridwrp_7 .grid_5 { width:64.286%; margin-right:7.143%; }
.gridwrp_7 .grid_4 { width:50.000%; margin-right:7.143%; }
.gridwrp_7 .grid_3 { width:35.714%; margin-right:7.143%; }
.gridwrp_7 .grid_2 { width:21.429%; margin-right:7.143%; }
.gridwrp_7 .grid_1 { width:7.143%; margin-right:7.143%; }
.gridwrp_6 .grid_12 { width:191.667%; margin-right:8.333%; }
.gridwrp_6 .grid_11 { width:175.000%; margin-right:8.333%; }
.gridwrp_6 .grid_10 { width:158.333%; margin-right:8.333%; }
.gridwrp_6 .grid_9 { width:141.667%; margin-right:8.333%; }
.gridwrp_6 .grid_8 { width:125.000%; margin-right:8.333%; }
.gridwrp_6 .grid_7 { width:108.333%; margin-right:8.333%; }
.gridwrp_6 { width:109.091%;}
.gridwrp_6 .grid_6 { width:91.667%; margin-right:8.333%; }
.gridwrp_6 .grid_5 { width:75.000%; margin-right:8.333%; }
.gridwrp_6 .grid_4 { width:58.333%; margin-right:8.333%; }
.gridwrp_6 .grid_3 { width:41.667%; margin-right:8.333%; }
.gridwrp_6 .grid_2 { width:25.000%; margin-right:8.333%; }
.gridwrp_6 .grid_1 { width:8.333%; margin-right:8.333%; }
.gridwrp_5 .grid_12 { width:230.000%; margin-right:10.000%; }
.gridwrp_5 .grid_11 { width:210.000%; margin-right:10.000%; }
.gridwrp_5 .grid_10 { width:190.000%; margin-right:10.000%; }
.gridwrp_5 .grid_9 { width:170.000%; margin-right:10.000%; }
.gridwrp_5 .grid_8 { width:150.000%; margin-right:10.000%; }
.gridwrp_5 .grid_7 { width:130.000%; margin-right:10.000%; }
.gridwrp_5 .grid_6 { width:110.000%; margin-right:10.000%; }
.gridwrp_5 { width:111.111%;}
.gridwrp_5 .grid_5 { width:90.000%; margin-right:10.000%; }
.gridwrp_5 .grid_4 { width:70.000%; margin-right:10.000%; }
.gridwrp_5 .grid_3 { width:50.000%; margin-right:10.000%; }
.gridwrp_5 .grid_2 { width:30.000%; margin-right:10.000%; }
.gridwrp_5 .grid_1 { width:10.000%; margin-right:10.000%; }
.gridwrp_4 .grid_12 { width:287.500%; margin-right:12.500%; }
.gridwrp_4 .grid_11 { width:262.500%; margin-right:12.500%; }
.gridwrp_4 .grid_10 { width:237.500%; margin-right:12.500%; }
.gridwrp_4 .grid_9 { width:212.500%; margin-right:12.500%; }
.gridwrp_4 .grid_8 { width:187.500%; margin-right:12.500%; }
.gridwrp_4 .grid_7 { width:162.500%; margin-right:12.500%; }
.gridwrp_4 .grid_6 { width:137.500%; margin-right:12.500%; }
.gridwrp_4 .grid_5 { width:112.500%; margin-right:12.500%; }
.gridwrp_4 { width:114.286%;}
.gridwrp_4 .grid_4 { width:87.500%; margin-right:12.500%; }
.gridwrp_4 .grid_3 { width:62.500%; margin-right:12.500%; }
.gridwrp_4 .grid_2 { width:37.500%; margin-right:12.500%; }
.gridwrp_4 .grid_1 { width:12.500%; margin-right:12.500%; }
.gridwrp_3 .grid_12 { width:383.333%; margin-right:16.667%; }
.gridwrp_3 .grid_11 { width:350.000%; margin-right:16.667%; }
.gridwrp_3 .grid_10 { width:316.667%; margin-right:16.667%; }
.gridwrp_3 .grid_9 { width:283.333%; margin-right:16.667%; }
.gridwrp_3 .grid_8 { width:250.000%; margin-right:16.667%; }
.gridwrp_3 .grid_7 { width:216.667%; margin-right:16.667%; }
.gridwrp_3 .grid_6 { width:183.333%; margin-right:16.667%; }
.gridwrp_3 .grid_5 { width:150.000%; margin-right:16.667%; }
.gridwrp_3 .grid_4 { width:116.667%; margin-right:16.667%; }
.gridwrp_3 { width:120.000%;}
.gridwrp_3 .grid_3 { width:83.333%; margin-right:16.667%; }
.gridwrp_3 .grid_2 { width:50.000%; margin-right:16.667%; }
.gridwrp_3 .grid_1 { width:16.667%; margin-right:16.667%; }
.gridwrp_2 .grid_12 { width:575.000%; margin-right:25.000%; }
.gridwrp_2 .grid_11 { width:525.000%; margin-right:25.000%; }
.gridwrp_2 .grid_10 { width:475.000%; margin-right:25.000%; }
.gridwrp_2 .grid_9 { width:425.000%; margin-right:25.000%; }
.gridwrp_2 .grid_8 { width:375.000%; margin-right:25.000%; }
.gridwrp_2 .grid_7 { width:325.000%; margin-right:25.000%; }
.gridwrp_2 .grid_6 { width:275.000%; margin-right:25.000%; }
.gridwrp_2 .grid_5 { width:225.000%; margin-right:25.000%; }
.gridwrp_2 .grid_4 { width:175.000%; margin-right:25.000%; }
.gridwrp_2 .grid_3 { width:125.000%; margin-right:25.000%; }
.gridwrp_2 { width:133.333%;}
.gridwrp_2 .grid_2 { width:75.000%; margin-right:25.000%; }
.gridwrp_2 .grid_1 { width:25.000%; margin-right:25.000%; }
.gridwrp_1 .grid_12 { width:1150.000%; margin-right:50.000%; }
.gridwrp_1 .grid_11 { width:1050.000%; margin-right:50.000%; }
.gridwrp_1 .grid_10 { width:950.000%; margin-right:50.000%; }
.gridwrp_1 .grid_9 { width:850.000%; margin-right:50.000%; }
.gridwrp_1 .grid_8 { width:750.000%; margin-right:50.000%; }
.gridwrp_1 .grid_7 { width:650.000%; margin-right:50.000%; }
.gridwrp_1 .grid_6 { width:550.000%; margin-right:50.000%; }
.gridwrp_1 .grid_5 { width:450.000%; margin-right:50.000%; }
.gridwrp_1 .grid_4 { width:350.000%; margin-right:50.000%; }
.gridwrp_1 .grid_3 { width:250.000%; margin-right:50.000%; }
.gridwrp_1 .grid_2 { width:150.000%; margin-right:50.000%; }
.gridwrp_1 { width:200.000%;}
.gridwrp_1 .grid_1 { width:50.000%; margin-right:50.000%; }


/*===============================================================
	個別レイアウト
===============================================================*/

/*　概要
----------------------------------------------------------------*/
.outline_container {
	width:100%;
	height:80px;
	background:url(../images/bg_gray_paper.gif) repeat 0 0;
	background:#111;
	position:relative;
	top:0;
}
.outline {
	text-align:left;
	margin:0 auto;
	position:relative;
	height: 50px;
}
.outline  a {
	color:#fff;
	color:#D4145A;
	text-decoration:none;
}
.outline a:hover {
	color:#D4145A;
	color:#fff;
}

.outline h1 {
	width: 100%;
	color:#eee;
	font-weight:normal;
	font-size:80%;
	line-height:1.2;
	padding:18px 0 0 0;
}
.outline .close {
	position:absolute;
	top:14px;
	right:5px;
	width:20px;
	height:20px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background:url(../images/close_20x20.png) no-repeat 0 0;
	cursor:pointer
}
.outline .close:hover {
	background-position:0 -20px;
}



/*　パン屑
----------------------------------------------------------------*/
.crumbs_container {
	background:#111;
	border-top:solid 1px #222;
}
.crumbs {
	z-index:100;
	text-align:left;
	height:30px;
}

.crumbs ul {
}
.crumbs ul li {
	float:left;
	color:#fff;
	font-size:13px;
	line-height:30px;
	color:#666;
	}
	.crumbs ul li a {
		display:block;
		background:#111 url(../images/crumbs_arw.gif) no-repeat left center;
		padding:0px 10px 0px 20px;
		color:#999;
		font-weight:bold;
		text-decoration:none;
		font-weight:bold;
		}
	.crumbs ul li a:link {}
	.crumbs ul li a:visited {}
	.crumbs ul li a:hover {
		color: #D4145A;
	}
	.crumbs ul li a:focus {}
	.crumbs ul li.first a {
		background:#111 url(../images/crumbs_home.gif) no-repeat left center;
		padding-left:30px;
		}
	.crumbs ul li.last {
		background:#111 url(../images/crumbs_arw.gif) no-repeat left center;
		padding:0px 20px 0px 20px;
		}


/* ヘッダ　*/
.header_container {
	position:relative;
	background:url(../images/header_container_bg.gif) repeat-x 0 0;
	padding-top:10px;
	
}
.header {
	height:50px;
	position:relative;
	border-right:solid 1px rgba(255,255,255,0.1);
	border-left:solid 1px rgba(0,0,0,0.5);
}

.header .logodesign {
	width:31.91%;
	height:50px;
	line-height:50px;
	position:absolute;
	top:0px;
	left:34.04%;
	text-align:center;
}
.header .logodesign a {
	display:block;
	width:100%;
	height:50px;
	border-left:solid 1px rgba(255,255,255,0.1);
	border-right:solid 1px rgba(0,0,0,0.5);
	background:#282828;
}

/* nav */
.header .nav {
	background:#4b3c3a;
	
}
.header .nav li {
	position:absolute;
	text-align:center;
	top:0px;
	height:50px;
	width:17.02%;
}

.header .nav li a {
	display:block;
	width:100%;
	color:#fff;
	line-height:50px;
	border-left:solid 1px rgba(255,255,255,0.1);
	border-right:solid 1px rgba(0,0,0,0.5);
	text-decoration:none;
}

.nav li.onfocus a,
.nav li a:hover {
	background:#D4145A;
}
/*
.nav-about {
	left:0;
}
.nav-service {
	left:17.02%
}
*/

.nav-service {
	left:0
}
.nav-about {
	left:17.02%
}
.nav-information {
	left:65.96%;
}
.nav-contact {
	left:82.98%;
}

/* サブヘッダ用
----------------------------------------------------------------*/
.fixed {
	position:fixed;
}

#subHeader {
	position:fixed;
	width:100%;
	height:50px;
	background:#fff;
	z-index:99999;
	top:-200px;
	left:0px;
	background:#4b3c3a;
	zoom:1;
}

#subHeader .nav {
	width:100%;
	height:50px;
	
	background:#4b3c3a;
	/*
	overflow:hidden;
	*/
}

/* hnav */
#subHeader .nav .hnav {
}

/* サブメニュー
----------------------------------------------------------------*/

.nav li .sub {
	position:absolute;
	top:50px;
	left:0;
	width:590%;	
	z-index:999999;
	overflow:hidden;
	
	display:none;
	
}
/*
#subHeader .nav li .sub {
	position:fixed;
	top:50px;
}
*/
.nav li .sub .inner {
	background:#D4145A;
	width:100%;
	overflow:hidden;
	margin:0 auto;
}

.nav li .sub ul {
	margin:0 10px;
	
}
.nav li .sub ul li {
	position:static;
	width:25%;
	height:auto;
	margin:0;
	float:left;
	text-align:left;
	font-size:80%;
}
.nav li .sub ul li a {
	display:block;
	width:90%;
	margin:0 auto;
	padding:15px 0;
	border:0;
	line-height:1.2;
}
.nav li .sub ul li a:hover {
	text-decoration:underline;
}

.nav li .sub ul li a img {
	width:100%;
	height:auto;
	margin-bottom:10px;
	background:url(../images/service_main_btns_off_01.jpg) no-repeat 0 0;
	background-size:contain;
}
.nav li .sub ul li.webdesign a img {
	background-image:url(../images/service_main_btns_off_01.jpg);
}
.nav li .sub ul li.cms a img {
	background-image:url(../images/service_main_btns_off_02.jpg);
}
.nav li .sub ul li.programming a img {
	background-image:url(../images/service_main_btns_off_03.jpg);
}
.nav li .sub ul li.graphic a img {
	background-image:url(../images/service_main_btns_off_04.jpg);
}




/*　pagetop
----------------------------------------------------------------*/

#btn_pagetop {
	width:100%;
	overflow:hidden;
}
#btn_pagetop a {
	display:block;
	position:absolute;
	right:-300px;
	top:0;
	width:100px;
	height:50px;
	color:#fff;
	background:#000 url(../images/pagetop_arw.png) no-repeat 0 0;
	background-size:50px 50px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	z-index:10000;
	position:fixed;
	/*bottom:200px;*/
}
#btn_pagetop a:hover {
	background:#D4145A url(../images/pagetop_arw.png) no-repeat 0 0;
	background-size:50px 50px;
}



/*　リード
----------------------------------------------------------------*/
/* read　*/
.read {
	padding-top:30px;
}
.read h2 {
	font-size:140%;
	line-height:1.4;
	font-weight:bold;
	text-shadow:0 1px 3px rgba(255,255,255,0.5);
}

.page .read h2 {
	font-size: 158%;	/* 22 */
	line-height: 179%;	/* 25 */
}

.read h2 span {
	display:block;
}
.read p {
	text-shadow:0 1px 3px rgba(255,255,255,0.5);
}

/* main visual */
.main_visual {
	clear:both;
	padding-top:20px;
	padding-bottom:0px;
}
.main_visual h3 {
	border:0;
	margin:5px 0 3px 0;
	
	font-size:130%;
	line-height:1.4;
	background:url(../images/midashi_bar_bg.gif) repeat-x left top;
	padding-top:15px;
}
.main_visual p {	
	font-size:90%;
	line-height:1.6;
	
	margin-top:10px;
	padding-top:10px;
	background:url(../images/noize_bar_1px.gif) repeat-x top left;
}
.main_visual img {
	width: 100%;
	height: auto;
}
.main_visual a {
	color:#4A3B3A;
}



/* to_contact_btn */
.to_contact_btn {
	width:640px;
	margin:50px auto;
	clear:both;
}
.to_contact_btn a {
	display:block;
	text-decoration:none;
	
	font-size:100%;
	line-height:1.3;
	font-weight:bold;
	padding:15px 20px;
	border-radius:5px;
	text-shadow: 0px 1px 2px rgba(0,0,0, 0.8);
	
	color:#F2EDE0;
	background:url(../images/bg_gray_paper.gif) repeat 0 0;
	box-shadow: 0px 1px 3px rgba(255,255, 255, 0.70);
	-moz-box-shadow: 0px 1px 3px rgba(255,255, 255, 0.70);
	-webkit-box-shadow: 0px 1px 3px rgba(255,255, 255, 0.70);	
}
.to_contact_btn a:hover {
	background:#D4145A;
}
.to_contact_btn span {
	display:block;
}


.snsbtns {
  position: relative;
  overflow: hidden;
	margin-top:20px;
}

.snsbtns ul {
  position: relative;
  left: 50%;
  float: left;
}

.snsbtns li {
  position: relative;
  left: -50%;
  float: left;
	padding:0 5px;
}

/*　メイン
----------------------------------------------------------------*/
.main_container h3 {
	font-size:155%;
	margin-bottom:0;
}

.main_container .gridwrp_12 .gridwrp_8 { width:103.226%;}
.main_container .gridwrp_12 .gridwrp_8 .grid_8 { width:96.875%; margin-right:3.125%; }
.main_container .gridwrp_12 .gridwrp_8 .grid_7 { width:84.375%; margin-right:3.125%; }
.main_container .gridwrp_12 .gridwrp_8 .grid_6 { width:71.875%; margin-right:3.125%; }
.main_container .gridwrp_12 .gridwrp_8 .grid_5 { width:59.375%; margin-right:3.125%; }
.main_container .gridwrp_12 .gridwrp_8 .grid_4 { width:46.875%; margin-right:3.125%; }
.main_container .gridwrp_12 .gridwrp_8 .grid_3 { width:34.375%; margin-right:3.125%; }
.main_container .gridwrp_12 .gridwrp_8 .grid_2 { width:21.875%; margin-right:3.125%; }
.main_container .gridwrp_12 .gridwrp_8 .grid_1 { width:9.375%; margin-right:3.125%; }

/*===============================================================
	エントリ用
===============================================================*/

.entry {
	padding-top:10px;
	padding-bottom:20px;
	background:url(../images/noize_bar_1px.gif) repeat-x bottom left;
}
.entry a {
	color:#333;
}
.entry a:hover {
	color:#D4145A;
}

.entry .ph {
	border:solid 1px #fff;
	background:rgba(255,255,255,0.4);
	padding:10px;
	margin-top:10px;
}

.entry .title {
	font-size:120%;
	font-weight:bold;
	margin-top:20px;
}
.entry p {
	margin-top:10px;
}

.entry .date p {
	font-weight:bold;
	color:#756C61;
	font-size:12px;
	line-height:25px;
	margin:0;
	padding-top:5px;
}

.enrtybody {
	margin-top:30px;
}

.list h2.headline,
.detail h2.headline  {
	font-size:155%;
	line-height:1.4;
}

/* 詳細写真ギャラリー */
#photocontainer {
	position:relative;
	width:530px;
	height:435px;
	
	width:100%;
	height:auto;
	
	padding-bottom:20px;
}

#photocontainer .photos,
#photocontainer .caps {
	display:none;
}

#photocontainer .mainphoto {
	background:url(../images/bg_gray_paper.gif) repeat 0 0;
	background:#000;
	width:auto;
	height:auto;
	overflow:hidden;
	position:relative;
}
#photocontainer .mainphoto img {
	margin:0;
	position:absolute;
	top:0;
	left:0;
}
#photocontainer .caption {
	width:375px;
	height:25px;
	position:absolute;
	bottom:3px;
	left:160px;
	text-align:left;
}
#photocontainer .caption p {
	font-size:90%;
	line-height:25px;
	color:#666;
	padding:2px 0;
}

#photocontainer .selecter {
	width:150px;
	height:25px;
	position:absolute;
	bottom:-10px;
	left:0;
}
#photocontainer .selecter ul li {
	display:block;
	width:25px;
	height:25px;
	float:left;
	margin-right:5px;
	text-align:center;
	line-height:25px;
	background:#E8E4DB;
	color:#C9C6BE;
}
#photocontainer .selecter ul li a {
	display:block;
	width:25px;
	height:25px;
	background:#333;
	color:#fff;
}
#photocontainer .selecter ul li a:hover {
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	background:#333;
	color:#fff;
}
/*
#photocontainer .selecter ul .nowloading {
	font-weight:bold;
	background-image:url(../common_img/photocontainer_loader.gif);
	background-position:0 0;
	background-repeat:repeat;
}
*/


/* テーブル */
.entry_detail table {
	background:#e1ded8;
}
.entry_detail th {
	background:#f8f5ef;
	padding:8px 10px;
	width:30%;
	font-size:90%;
}
.entry_detail td {
	background:#f8f5ef;
	padding:8px 10px;
	font-size:90%;
}

/* 提供サービス項目 */
.servicelist {
	width:102.439%;
	width:101.613%;
	
}

.entry_detail h3 {
	font-size:120%;
	line-height:1.3;
	margin-top:2em;
}
.servicelist ul {
}

.servicelist li {
	float:left;
	width:47.619%; margin-right:2.381%;
	width:31.746%; margin-right:1.587%; 
	font-size:65%;
	line-height:2;
}
.servicelist li a {
	display:block;
	background:url(../images/bg_gray_paper.gif) repeat 0 0;
	padding:5px;
	border-radius:5px;
	text-align:center;
	margin-top:10px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.servicelist li a:hover {
	background:#D4145A;
}


.page_foot_link {
	width:95%;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
}
.page_foot_link .btn {
	width:48%;
}
.page_foot_link .btn a {
	display:block;
	width:100%;
	background:url(../images/bg_gray_paper.gif) repeat 0 0;
	border-radius:5px;
	text-align:center;
	font-size:90%;
	color:#F2EDE0;
	font-weight:bold;
	text-decoration:none;
}
.page_foot_link .btn a:hover {
	background:#D4145A;
}

.page_foot_link .prev {
	float:left;
}

.page_foot_link .next {
	float:right;
}
.page_foot_link .prev .bs_10 {
	display:block;
	padding:10px 20px;
	background:url(../images/pagenav_arw_01.png) no-repeat left center;
	background-size:contain;
}
.page_foot_link .next .bs_10 {
	display:block;
	padding:10px 20px;
	background:url(../images/pagenav_arw_02.png) no-repeat right center;
	background-size:contain;
}


/* sub_nav
----------------------------------------------------------------*/
.sub_nav {

}
.sub_nav ul li {
	/*
	font-size:14px;
	line-height:25px;
	*/
	font-size:100%;
	line-height:1.3;
	font-weight:bold;
	margin-top:1em;
}
		
.arw_red {
	font-weight:bold;
	/*
	line-height:25px;
	font-size:14px;
	*/
	
	}
	.arw_red a {
		text-decoration:none;
		background-image:url(../images/icon/arw_red.gif);
		background-position:0 center;
		background-repeat:no-repeat;
		padding-left:20px;
		color:#333;
		}
	.arw_red a:hover {
		color:#D4145A;
		background-position:0 center;
		}

.sub_nav .second {
	margin-left:20px;
	margin-bottom:5px;
}
.sub_nav .second li{
	font-weight:normal;
	line-height:25px;
	font-size:13px;
	list-style-type:decimal-leading-zero;
	list-style-position: inside;
	color:#999;
}
 	.sub_nav .second a {
		background-image:url(../images/icon/arw_line.gif);
		background-position:0 center;
		background-repeat:no-repeat;
		padding-left:25px;
		color:#333;
		}
	.sub_nav .second a:hover {
		background-position:0 center;
		color:#D4145A;
		}
		


/*	thumblist
----------------------------------------------------------------*/

.thumblist {}
.thumblist .gridwrp_4 {
	width:103.33%;
}
.thumblist .gridwrp_4 .grid_2 {
	width:46.77%;
	margin-right:3.22%;
}
.thumblist li {
	float:left;
}
.thumblist .ph {
	border:solid 1px #fff;
	background:rgba(255,255,255,0.4);
	padding:5px;
	margin-top:10px;
}


/*	service
----------------------------------------------------------------*/
.service_main_nav li {
	margin-bottom:20px;
}

.service_item {
	text-align:center;
	background:url(../images/main_section_bg.gif) repeat;
	margin-bottom:20px;
	border:solid 5px #fff;
	cursor:pointer;
	
}
.service_item_onfocus {
	border:solid 5px #D4145A;
}

.service_main_nav p {
	margin-top:10px;
}

.service_item .ph a {
	display:block;
	padding-top:10px;
	text-decoration:none;
}
.service_item .ph a:hover {
	/*opacity: 0.5;*/
}


.service_item  p {
	
}
.service_item  p a {
	display:block;
	color:#999;
	padding-bottom:10px;
	text-decoration:none;
	font-size:80%;
	line-height:1.2;
}

.service_item  p a:hover {
	
}


/*===============================================================
	page用
===============================================================*/
.page_header {
	position:relative;
}



/*===============================================================
	トップページ
===============================================================*/
.top .read {
	margin:20px auto 10px auto;
	background:url(../images/read_bg_700x80.gif) no-repeat center center;
	height:80px;
}
.top .read h2 {
	line-height:30px;
}

/*===============================================================
	ABOUT
===============================================================*/
.partner {
}

.partner .entry_detail {
	margin-top:2em;
}
.partner h3.first {
	margin-top:0.5em;
}


/*===============================================================
	サービス一覧
===============================================================*/
.service_main .read {
	margin:20px auto 20px auto;
	background:url(../images/read_bg_700x80.gif) no-repeat center center;
	height:80px;
}
.service_main .read h2 {
	font-size:25px;
	line-height:30px;
}
.service_main p {
	margin:5px 0 0 0 ;
}

/*===============================================================
	サービス詳細 メインビジュアル
===============================================================*/

.service .main_visual {
	position:relative;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	margin-top:20px;
}
.service .main_visual .layer02 {
	position:absolute;
	top:0;
	left:0;
}
.service .main_visual .layer01 {
	position:absolute;
	top:1000px;
	left:0;
}

/*===============================================================
	サービス詳細ページ
===============================================================*/

.service .item {
	padding-bottom:30px;
}

.service .item h4 {
	font-size:100%;
	line-height:1.2;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
	color:#999;
}

.service .item a {
	color:#999;
}
.service_read {
	padding-bottom:50px;
}
.service_read h2 {
	font-size:240%;
	line-height:1.2;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
}

.skill {
	font-size:50%;
	line-height:1;
}
.service_read p {
}

.service_detail {
	padding-bottom:50px;
}
.service_detail .headline {
	margin:0;
	background:url(../images/midashi_bar_bg.gif) repeat-x left top;
	padding-bottom:20px;
	padding-top:10px;
}

.service_detail .caption {
	margin-top:0px;
}


.service_category p {
	text-align:center;
	font-weight:bold;
	font-size:220%;
	line-height:1;
	font-size-adjust:inherit;
	color: #e1d6c7;
  text-shadow: 1px 1px white, -1px -1px rgba(0,0,0,0.2);
}
.service_category p strong {
	display:block;
	font-size:200%;
}
.webdesign .service_category p {
	font-family: 'Monoton', cursive;
	padding-top:40px;
	padding-top:20px;
}
.cms .service_category p {
	padding-top:60px;
	padding-top:0px;
	font-size:340%;
	font-family: 'Caesar Dressing', cursive;
}
.cms .service_category p strong {
	font-size:100%;
}
.programming .service_category p {
	padding-top:60px;
	padding-top:10px;
	font-size:280%;
	font-family: 'Faster One', cursive;
	line-height:0.9;
}
.graphic .service_category p {
	padding-top:80px;
	font-size:150%;
	line-height:1.5;
	font-family: 'Passero One', cursive;
	font-family: 'Nosifer', cursive;
}
	 
/*===============================================================
	テーブル
===============================================================*/
.datatable {
	border-top:solid 1px #EDE9E1;
	border-bottom:solid 1px #fff;
	text-align:left;
}

.datatable optgroup.area {
	color:#fff;
	background:#555;
}

.datatable label span {
	padding-left:5px;
}

.datatable dl,
.datatable .submit {
	border-top:solid 1px #fff;
	border-bottom:solid 1px #EDE9E1;
	margin:0;
}
.datatable .submit p {
	font-size:80%;
	line-height:1.2;
	padding-bottom:20px;
}
.datatable dt {
	padding:15px 0;
	float:left;
	width:30%;
	margin-right:10px;
	font-weight:bold;
	font-size:100%;
}
.datatable dt span {
	padding-left:3px;
}
.datatable dd {
	padding:15px 0;
	float:right;
	width:68%;
	font-size:90%;
}

.datatable input {
	width:90%;
	border:0;
	padding:10px;
	font-size:1.3em;
	color:#aaa;
	border:solid 1px #ccc;
	margin:0 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.datatable .radio input {
	width:20px;
	border:0;
	padding:0 10px;
	font-size:1.3em;
	color:#aaa;
	border:solid 1px #ccc;
	margin:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.datatable .submit input {
	width:30%;
	margin:2em auto;
	display:block;
	text-decoration:none;
	font-size:120%;
	line-height:1.3;
	
	font-weight:bold;
	padding:15px 20px;
	border-radius:5px;
	text-shadow: 0px 1px 2px rgba(0,0,0, 0.8);
	
	color:#F2EDE0;
	background:url(../images/bg_gray_paper.gif) repeat 0 0;
	box-shadow: 0px 1px 3px rgba(255,255, 255, 0.70);
	-moz-box-shadow: 0px 1px 3px rgba(255,255, 255, 0.70);
	-webkit-box-shadow: 0px 1px 3px rgba(255,255, 255, 0.70);
	cursor:pointer;
}
.datatable .submit input:hover {
	background:#D4145A;
}

.datatable .radio li {
	margin:0 0 8px 0;
	padding:0;
	line-height:1.2;
}
.datatable dd select {
	padding:5px;
	font-size:120%;
}

.datatable textarea {
	width:90%;
	border:0;
	padding:10px;
	font-size:1.3em;
	color:#aaa;
	border:solid 1px #ccc;
	margin:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.datatable dl .red {
	font-size:11px;
	color:#FF6283;
	font-weight:normal;
}

.datatable li {
	line-height:25px;
}

.entry_detail {
	padding:30px;
	background:url(../images/entry_detail_bg.gif) repeat 0 0;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.jsngbox {
	padding-bottom:40px;
	text-align:left;
	border-bottom:solid 1px #EDE9E1;
	border-top:solid 1px #fff;
}

.contact .entry_detail {
	margin-top:2em;
}

.datatable .sample {
	font-size:90%;
	margin-top:10px;
	color:#999;
}

.datatable select {
	background:url(../images/entry_detail_bg.gif) repeat 0 0;
}
.datatable select option {
	background:#333;
	color:#F0EADD;
}

/* ページャー（MTPlugin::PageBute.pl）
----------------------------------------------------------------*/
.pager{
text-align:center;
padding-top:20px;
}
.pager .link_before{
color:#EBE1D1;
line-height:20px;
border:1px solid #574C40;
background-color:#574C40;
margin:0 5px;
}
.pager .link_next{
color:#EBE1D1;
line-height:20px;
border:1px solid #574C40;
background-color:#574C40;
margin:0 5px;
}
.pager .current_page{
color:#574C40;
line-height:20px;
border:1px solid #D5CBBD;
background-color:#EADFCF;
padding:2px 5px;
margin:0 2px;
}
.pager .link_page{
color:#EBE1D1;
line-height:20px;
border:1px solid #574C40;
background-color:#574C40;
margin:0 2px;
}
.pager a{
color:#EBE1D1;
padding:2px 5px;
text-decoration:none;
margin-bottom:10px;
}
.pager a:hover{
color:#EBE1D1;
text-decoration:underline;
}



/*===============================================================
	For PC	画面の横幅が990px以上
===============================================================*/
@media screen and (min-width: 1010px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;　
}

h1 {
	color:#f00;
}

.main_visual {
	width:90%;
}



}


/*----------------------------------------------------------------

	CSS3 アニメーション
 
----------------------------------------------------------------*/
.flipdown {
	-webkit-animation: flipdown 0.3s cubic-bezier(0.065, 0.885, 0.660, 1.650); 
	-moz-animation: flipdown 0.3s cubic-bezier(0.065, 0.885, 0.660, 1.650); 
	-o-animation: flipdown 0.3s cubic-bezier(0.065, 0.885, 0.660, 1.650); 
	-ms-animation: flipdown 0.3s cubic-bezier(0.065, 0.885, 0.660, 1.650); 
}

@-moz-keyframes flipdown {
  0% {
    -moz-transform-origin: 50% 0;
    -moz-transform: perspective(800px) rotateX(-90deg);
  }

  100% {
    -moz-transform-origin: 50% 0;
    -moz-transform: perspective(800px) rotateX(0deg);
  }
}
@-webkit-keyframes flipdown {
  0% {
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(-90deg);
  }
  100% {
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
}
@-o-keyframes flipdown {
  0% {
    -o-transform-origin: 50% 0;
    -o-transform: perspective(800px) rotateX(-90deg);
  }

  100% {
    -o-transform-origin: 50% 0;
    -o-transform: perspective(800px) rotateX(0deg);
  }
}
@-ms-keyframes flipdown {
  0% {
    -ms-transform-origin: 50% 0;
    -ms-transform: perspective(800px) rotateX(-90deg);
  }

  100% {
    -ms-transform-origin: 50% 0;
    -ms-transform: perspective(800px) rotateX(0deg);
  }
}
@keyframes flipdown {
  0% {
    transform-origin: 50% 0;
    transform: perspective(800px) rotateX(-90deg);
  }

  100% {
    transform-origin: 50% 0;
    transform: perspective(800px) rotateX(0deg);
  }
}

/*	*/
.flipup {
	-webkit-animation: flipup 0.3s  cubic-bezier(0.590, -0.600, 0.705, 0.555); 
	-moz-animation: flipup 0.3s  cubic-bezier(0.590, -0.600, 0.705, 0.555); 
	-o-animation: flipup 0.3s cubic-bezier(0.590, -0.600, 0.705, 0.555); 
	-ms-animation: flipup 0.3s cubic-bezier(0.590, -0.600, 0.705, 0.555); 
}

@-moz-keyframes flipup {
  0% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateX(0deg);
  }

  100% {
    -moz-transform-origin: 0 0;
    -moz-transform: perspective(800px) rotateX(-90deg);
  }
}
@-webkit-keyframes flipup {
  0% {
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(90deg);
  }
}
@-o-keyframes flipup {
  0% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateX(0deg);
  }

  100% {
    -o-transform-origin: 0 0;
    -o-transform: perspective(800px) rotateX(-90deg);
  }
}
@-ms-keyframes flipup {
  0% {
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateX(0deg);
  }

  100% {
    -ms-transform-origin: 0 0;
    -ms-transform: perspective(800px) rotateX(-90deg);
  }
}
@keyframes flipup {
  0% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(0deg);
  }

  100% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(-90deg);
  }
}


/* WETLAND
----------------------------------------------------------------*/
.wetland {
	width:100%;
	overflow:hidden;
}

.wet {
	color:#999;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../images/wet01.png) no-repeat 0 0;
	background-size:contain;
	z-index:999999;
}
.wet1,
.wet2,
.wet3,
.wet4,
.wet5 {
	background-image:url(../images/wet01.png);
}
.wet6,
.wet7,
.wet8,
.wet9,
.wet10 {
	background-image:url(../images/wet02.png);
}

.wet11,
.wet12,
.wet13,
.wet14,
.wet15 {
	background-image:url(../images/wet04.png);
}

.sweat {
	text-align:center;

	text-indent:0;
	white-space:nowrap;
	overflow:visible;
	background:none;
	z-index:999999;
	
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.moisture_wrp {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	position:fixed;
	display:none;
}
.moisture_item {
	position:absolute;
	top:0;
	left:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	
	background:url(../images/moisture.png) no-repeat 0 0;
	background-size:contain;
	z-index:9999999;
}


.btn_drop {
	cursor:pointer;
}

