@charset "UTF-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/*==========================================

 body

===========================================*/

body {
	width: 100%;
	background-color: #fff;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
		color: #3e3e3e;
}

#wrapper {
	margin: 0 auto;
}

img {
	max-width: 100%;
	width: auto; /* for ie 8 */
	height: auto;
}

.FLLeft,
.FLRight {
	float: none;
	margin: 0;
	text-align: center;
}

/*-----------------------------
TYPOGRAPHY
------------------------------*/
h2,
h4 {
	clear: both;
	font-size: 153.9%;
	color: #999;
	border-bottom: 3px solid #146eb8;
	margin: 30px 0 20px;
	padding-left: 15px;
}
h3 {
	clear: both;
	font-size: 131%;
	color: #999;
	border-bottom: 3px solid #43AA73;
	margin: 30px 10px 20px;
	padding-left: 15px;
}

h2 span {
	margin: 0 20px;
	font-size: 65%;
}

p,
#conceptPage p {
	font-size: 100%;
	line-height: 1.6;
	margin: 0 15px 10px 15px;
}

.textPoint {
	font-weight: bold;
	font-size: 116%;
	color: #f39800;
	padding: 0 5px;
}

.blogLink {
	line-height: 32px;
	text-align: center;
}

#contents ul.ul_btnLink {
	text-align: right;
	margin-bottom: 30px;
	margin-left: 15px;
}

#contents .ul_btnLink li {
	padding: 10px 0 10px 10px;
	float: none;
}

/*==========================================

 ヘッダーのスタイル

===========================================*/

#header {
	width: 100%;
	background: #fff;
	text-align: center;
}

#header .headerIn {
	width: 100%;
	margin: 0 auto;
}

#header h1 {
	margin: 10px 0 0;
}

#header p#lead,
 #conceptPage #header p#lead {
	text-align: center;
	padding: 5px 0 !important;
	margin: 0 !important;
	font-size: 77% !important;
	color: #595959;
}

/*==========================================

 グローバルナビゲーションのスタイル

===========================================*/
div.gNaviArea {
	clear: both;
	background: #00a69a;
	width: 100%;
	height: 68px;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.4);
}

ul#gNavi {
	height: 68px;
	width: 100%;
	margin: 0 auto;
	background: #00a69a;
}

ul#gNavi li {
	text-align: center;
	float: left;
	width: 50%;
	width: 33.333%;
	line-height: 33px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*ul#gNavi li:nth-child(odd) {
	width: 49%;
	border-right: 1px solid #fff;
}*/
ul#gNavi li:nth-child(3n) {
	width: 32.333%;
	border-right: none;
}

ul#gNavi li a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	background: #00a69a;
}

ul#gNavi li a:hover {
	background: rgba(255,255,255,0.7);
}

/*==========================================

 コンテンツエリア全体のスタイル

===========================================*/
body#home #contents,
#contents {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 95%;
	overflow: hidden;
}

/*==========================================

 フッターのスタイル

===========================================*/

#footer {
	margin-top: 20px;
	padding: 30px 0;
	background: url(../images/bg_footer.gif) repeat-x;
	text-align: center;
	border-top: 3px solid #00a69a;
	font-size: 85%;
	z-index: 20;
	clear: both;
	width: 100%;
}

#footer a {
	color: #333;
}

#footer .footerIn {
	position: relative;
	margin: 0 auto;
	z-index: 2;
}

#footer .pagetop {
	position: absolute;
	top: -60px;
	right: 0;
	width: 110px;
	height: 20px;
	overflow: hidden;
	padding: 5px 6px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	background-color: #00a69a;
	z-index: 1;
}

#footer .pagetop a {
	color: #fff;
}

#footer .pagetop a:hover {
	text-decoration: none;
}

#footer address {
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

/*==========================================

 コンテンツエリア -> indexのスタイル

===========================================*/
/*Keyvisual
------------------------------*/
#keyVisual {
	padding-top: 20px;/*#header高さ*/
	width: 100%;
	margin: 0 auto;
}

.rslides {
	position: relative;
	overflow: hidden;
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/*mainArea
------------------------------*/
#mainArea {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

/*Summary
------------------------------*/
#summary {
	width: 90%;
	margin: 20px auto;
	padding: 10px;
	border-top: 5px double #FFCC66;
	border-bottom: 5px double #FFCC66;
}

#summary p {
	font-size: 100%;
	line-height: 1.8;
	margin: 0px;
	padding: 0;
}

#summary p.line1,
#summary p.line2 {
	background: none;
	display: inline;
}

h2.h2_point {
	font-size: 116%;
	color: #00a69a;
	border: none;
	margin: 0;
	padding-left: 0;
}

/*Advantage
------------------------------*/
ul#adList {
	margin: 20px auto 30px;
}

ul#adList li {
	width: 90%;
	border: 1px solid #DBDBEA;
	margin: 30px auto;
	position: relative;
}

ul#adList li h3 {
	position: absolute;
	top: 0;
	left: -8px;
	background: url(../images/bg_h3.png) no-repeat;
	width: 250px;
	height: 60px;
	font-size: 135%;
	line-height: 1.3;
	padding: 30px 12px;
	margin: 0;
	border: none;
}

ul#adList li p.ad_img {
	padding-top: 110px;
	margin: 0;
	text-align: center;
}

ul#adList li p.ad_text {
	margin: 15px 10px 5px;
}

p.textLink {
	text-align: right;
	margin: 0 20px 5px 20px;
}

p.textLink a {
	color: #00a69a;
}

/*#infoArea
------------------------------*/
#infoArea {
	clear: both;
	width: 100%;
	margin: 0 auto;
}

/*#infoArea div#feed*/
#infoArea div#feedArea {
	width: 90%;
	margin: 15px auto;
	padding: 10px;
	background: #f5f5f5;
}

#infoArea div#facebook {
	width: 90%;
	height: 290px;
	margin: 15px auto;
	padding: 10px;
	background: #fff;
	text-align: center;
}

#home #wrapper #contents #infoArea #facebook p iframe {
	border: 1px solid #f00;
}

h5.blog_entry {
	line-height: 1.8;
	margin-bottom: 20px;
}

/*p.date {
	font-size: 85%;
	line-height: 1.8;
	clear: left;
	float: left;
	margin: 0 0 20px;
	width: 100px;
	border-left: solid 5px #CCC;
	padding-left: 5px;
	color: #000;
}*/
#infoArea div#feedArea li {
	font-size: 85%;
	line-height: 1.8;
	clear: left;
	margin: 0 0 20px;
	border-left: solid 5px #CCC;
	padding-left: 5px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
}

/*==========================================

 コンテンツエリア -> Aboutのスタイル

===========================================*/
#contents #aboutKoyama {
	padding-bottom: 50px;
}

#contents #aboutKoyama .message {
	width: 100%;
}

#contents #aboutKoyama #profile {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	background: #f5f5f5;
}

#contents #aboutKoyama #profile dl.dl_history {
	font-size: 85%;
	margin: 10px 5px;
}

#contents #aboutKoyama #profile dl.dl_history dd {
	border-bottom: 1px dotted #999;
	padding: 0 5px;
	margin-bottom: 10px;
}

#contents #aboutKoyama #profile ul.ul_worksKoyama {
	font-size: 93%;
	line-height: 2;
	margin: 5px 0;
}

#contents #aboutKoyama #profile ul.ul_worksKoyama li .ul_worksIn {
	padding-left: 10px;
}

#contents #aboutKoyama #profile ul.ul_worksKoyama li .ul_worksIcon li {
	float: right;
	padding-right: 5px;
}

/*==========================================

 コンテンツエリア -> Conceptのスタイル

===========================================*/

#conceptPage p {
	margin-bottom: 30px;
}

#conceptPage .ul_problem li {
	list-style: outside circle;
	line-height: 2;
	margin-left: 30px;
}

#conceptPage .textPoint_arrow {
	font-weight: bold;
	font-size: 131% !important;
	color: #ff0000;
	background: url(../images/bg_textPoint_arrow.gif) left top no-repeat;
	padding-left: 45px;
	line-height: 2;
}

#conceptPage h3 {
	color: #89c33f;
	font-size: 116%;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}

/*==========================================

 コンテンツエリア -> Worksのスタイル
 
===========================================*/
#contents #worksArea .ul_worksBook li { float: left; padding: 0 0 40px 20px; text-align: center; width: auto;}

#contents #worksArea .worksSc {
	width: 90%;
	padding-bottom: 20px;
	margin: 0 auto 20px;
	border-bottom: 3px dotted #DBDBEA;
}

#contents #worksArea .worksSc p {
	margin: 10px 0 20px;
	text-align: center;
}

#contents #worksArea .worksSc .explain .ul_worksList {
	padding: 0 10px;
}

#contents #worksArea .worksSc .explain .ul_worksList .sitedata {
	line-height: 2;
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
}

#contents #worksArea .worksSc .explain .ul_worksList .sitedata span {
	background: #ccc;
	color: #fff;
	padding: 8px 10px;
}

#contents #worksArea .worksSc .explain .ul_worksList .comment {
	border-top: 1px dotted #999;
	margin-top: 10px;
	padding-top: 10px;
}

/*==========================================

 コンテンツエリア -> Serviceのスタイル

===========================================*/
#contents #priceArea .ul_price {
	width: 100%;
	margin-top: 30px;
}

#contents #priceArea .ul_price li {
	float: left;
	border-right: 2px dotted #DBDBEA;
	border-bottom: 2px dotted #DBDBEA;
	margin: 0 0 20px 10px;
	padding-bottom: 30px;
	overflow: hidden;
}

#contents #priceArea .ul_price li.col_type1,
#contents #priceArea .ul_price li.col_type2,
#contents #priceArea .ul_price li.col_type3 {
	width: 100%;
	height: auto;
}

#contents .ul_price li p.planName {
	color: #996699;
	font-size: 116%;
	border-left: 5px solid #CC3366;
	margin: 10px 5px;
	padding-left: 6px;
}

#contents .ul_price li p.planName span.price {
	padding-left: 20px;
}

/*==========================================

 コンテンツエリア -> Contactのスタイル

===========================================*/
#contents #freePlan .about_freePlan {
	padding-top: 10px;
	margin: 0 10px;
	background: #969 url(../images/bg_form.gif) left center repeat-x;
	border-top: 5px double #FFCC66;
	border-bottom: 5px double #FFCC66;
}

#contents #freePlan .about_freePlan p {
	font-size: 116%;
}

/*#formArea iframe {
	width: 90%;
	height: 950px;
	margin: 10px auto;
	padding-left: 10px;
	border: 1px solid #666;
	background: #fff;
}
#contents .contactMail {
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
	border: 4px double #ccc;
}
#contents .contactMail p {
	background: url(../images/icon_mail.png) left center no-repeat;
	padding-left: 50px;
	line-height: 40px;
	font-size: 116%;
}
*/

/*#formArea table.formTable {
	width:95%;
	margin: 20px auto;
	border-collapse:collapse;
	border: 0px solid #ccc;
	border-top:1px solid #ccc;
}
#formArea table.formTable td,
#formArea table.formTable th {
	border: 0px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
}
#formArea table.formTable th {
	width :45%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
#formArea table.formTable td {
	width: 50%;
}
#formArea table.formTable th span {
	font-size: 80%;
	padding-left :10px;
	color: #EC1115; 
}*/

#formArea {
	width: 100%;
	margin: 10px auto 20px;
}

#formOutbox {
	width: 90%;
	padding: 10px;
	margin: 0 auto;
}

#formOutbox .formBox {
	clear: both;
}

#formOutbox .formMidasi {
	background: #efefef;
	text-align: left;
	width: 90%;
	padding: 10px 20px;
}

#formOutbox .formMidasi span {
	font-size: 80%;
	padding-left : 10px;
	color: #EC1115;
}

#formOutbox .formItem,
#formOutbox .formItem2 {
	margin-bottom: 25px;
}

#formOutbox .formItem input,
#formOutbox .formItem textarea {
	width: 89.6%;
	padding: 15px 20px;
	background: #d2dce6;
	border: 1px solid #ccc;
}

#formOutbox .formItem2 input {
	margin-top: 20px;
	margin-left: 10px;
	}

.button-submit,
.button-reset {
    border:1px solid #777;
    padding: 4px 15px;
		font-size: 108%;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
		background: #999;
    border-radius: 5px;
}


/*==========================================

 コンテンツエリア -> Companyのスタイル

===========================================*/
#contents table {
	width: 100%;
	line-height: 2;
	border-collapse: collapse;
	border: 2px solid #666;
	margin: 25px auto;
}

table th,
table td {
	border: 1px solid #666;
	padding: 10px;
}

table th {
	width: 20%;
	background: #f5f5f5;
}

/*==========================================

 コンテンツエリア -> Companyのスタイル

===========================================*/

#contents #ul_sitemap li {
	list-style: outside circle;
	line-height: 2;
	margin-left: 40px;
}

#contents #ul_sitemap li.sitemapIn {
	list-style: none;
}





