@charset "UTF-8";

/*recet css
===========================================*/
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
	margin: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	background-color: #ffffff;
	border-top:5px solid #B20051;
	position:relative;
}

/* ---------------
EXAMPLES FONT-SIZE
------------------
 77% = 10px
 85% = 11px
 93% = 12px
100% = 13px
108% = 14px
116% = 15px
124% = 16px
131% = 17px
139% = 18px
147% = 19px
154% = 20px
162% = 21px
170% = 22px
177% = 23px
185% = 24px
193% = 25px
200% = 26px
--------------- */

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	text-shadow: 0 0 ;
}

ul,li {
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

dl dd dt {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}
a[href^="http"]{
	padding-left: 15px;
	background: url(../img/Icon_NewWin.gif) no-repeat  0 50%;
}
a[href^="http://privacymark.jp"],
a[href^="http://amzn.to/ZeT3Xy"],
#footer a[href^="http"] {
	background: none;
	padding-left: 0;
}
.acctionArea a[href^="http"] {
	background: none;
}
/*=========================================*/
/*base css
===========================================*/
.wrapper {
	width:100%;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}

.header { display: table; }

.header h1 {
	font-size: 12px;
 	font-weight: normal;
}

.header h1 span  { display: block; }

.header h1 img {
	max-width: 200px;
	margin-top: 10px;
	vertical-align:middle;
}

.header .contact {
	float:left;
  	display:table-cell;
  	vertical-align: bottom;	
}


/* --[nav]-- */
nav{
	position: absolute;
	top: 50px;
	right:10px;
	z-index: 8000;
}

.renavi { margin-right: 10px; }

.renavi li {
	float: left;
	margin-left: 15px;
	font-weight:bold;
}

.renavi li a:link,
.renavi li a:visited {
	padding: 0 16px 10px 16px;
	color: #333;
	text-decoration: none;
	border-bottom: 2px solid #B20051;
}

.renavi li a:hover,
.renavi li a:active  {
	color: #B20051;
	text-decoration: none;
}

.renavi li.contact_btn {
	margin-left: 0;
	position: absolute;
	top: -41px;
	right: 10px;
}

.renavi li.contact_btn a {
	padding: 12px 23px 10px 23px;
	color: #fff;
	background: #B20051;
	border: none;
	text-decoration: none;
}

.renavi li.contact_btn a:link,
.renavi li.contact_btn a:visited {
	color: #fff;
	background: #B20051;
}

.renavi li.contact_btn a:hover,
.renavi li.contact_btn a:active {
	color: #fff;
	background: #830081;
}

/* --[main_img]-- */
.main_img {	position: relative; }

.main_img h2 { margin:10px 0 25px 0; }

.main_img .sec { padding: 30px 0 0; }

.main_img .inner span {
	width: 100%;
	margin-top: 10px;
	display: block;
}

.main_img .sec p {text-align: left; margin-left: 0;margin-bottom: 15px;}

.subCopy {
	font-weight: bold;
	margin-bottom: 40px;
}

.desgin-top {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	padding: 25px 0 25px 0;
	background: #2D3846;
	border-top: 1px solid #B8B8C7;
	border-bottom: 1px solid #B8B8C7;
}

/* --[page_title_h2]-- */
.page_title_h2 {
	width: 100%;
	margin-left:-40px; 
	margin-right:-40px;
	text-align: center;
	margin-bottom: 25px;
	padding: 25px 20px;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}

#service h2.lead,
#monipla_cp h2.lead {
	margin-bottom: 20px;
	padding: 15px 15px;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	background: #F7F7F7;
	border: 1px dotted #ccc;
}

.wrapper { width: 100%; }

/* --[acctionArea]-- */
.acctionArea { 
	margin-bottom: 35px;
	position: relative;
}

.acctionArea div span {padding-right:5px;}
.acctionArea div.mBtn span { letter-spacing:-0.1em; }

.acctionArea div a {
	color: #fff;
	display: block;
	padding: 12px 0px 7px 12px;
}
.acctionArea div a:hover { text-decoration: none; }

.acctionArea div.cBtn,
.acctionArea div.mBtn,
.acctionArea div.sBtn {
	font-size: 180%;
	font-weight: bold;
}

.acctionArea div.cBtn span,
.acctionArea div.mBtn span,
.acctionArea div.sBtn span {
	line-height: 1.2;
}

.acctionArea div.cBtn {
	text-shadow: 2px 2px 1px #003A7B;
	-webkit-text-shadow: 2px 2px 1px #003A7B;
	-moz-text-shadow: 2px 2px 1px #003A7B;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 4px 0 #004693;
	-webkit-box-shadow: 0 4px 0 #004693;
	-moz-box-shadow: 0 4px 0 #004693;
	background: #306DAB url(../img/icon_btn_c.png) no-repeat 95% 10px;
}

.acctionArea div.mBtn {
	text-shadow: 2px 2px 1px #7B3E00;
	-webkit-text-shadow: 2px 2px 1px #7B3E00;
	-moz-text-shadow: 2px 2px 1px #7B3E00;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 4px 0 #B05800;
	-webkit-box-shadow: 0 4px 0 #B05800;
	-moz-box-shadow: 0 4px 0 #B05800;
	background: #E67E22 url(../img/icon_btn_m.png) no-repeat 95% 5px;
}

.acctionArea div.sBtn {
	text-shadow: 2px 2px 1px #7B0000;
	-webkit-text-shadow: 2px 2px 1px #7B0000;
	-moz-text-shadow: 2px 2px 1px #7B0000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 4px 0 #B50000;
	-webkit-box-shadow: 0 4px 0 #B50000;
	-moz-box-shadow: 0 4px 0 #B50000;
	background: #E74C3C url(../img/icon_btn_s.png) no-repeat 95% 10px;
}

.acctionArea div.cBtn a:hover {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #3478BC url(../img/icon_btn_c.png) no-repeat 95% 10px;
}

.acctionArea div.mBtn a:hover {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #E98B36 url(../img/icon_btn_m.png) no-repeat 95% 5px;
}

.acctionArea div.sBtn a:hover {
	border-radius: 3px;
	background: #EA5A4A url(../img/icon_btn_s.png) no-repeat 95% 10px;
}

.acctionArea div.cBtn a:active {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background: #306DAB url(../img/icon_btn_c.png) no-repeat 95% 10px;
}

/* --[headline]-- */
.headline section h2 {
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-size: 230%;
	text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-moz-text-shadow: 1px 1px 0 #fff;
	border-bottom: 2px solid #c3c3c3;
	position: relative;
}

.headline section h3 {
	font-size: 160%;
	margin-bottom: 25px;
}

.ABrdTp1 { padding-top: 35px; }

/* --[top_box]-- */
.top_box { margin-bottom:25px; }

.top_box h3 {
	margin-bottom: 20px;
	border-bottom: 1px solid #E3E3FF;
	position: relative;
}

.top_box h3:after {
	content: "";
	width: 100%;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.social_cp {
	padding: 5px 15px 15px 15px;
	border:2px solid #ccc;
	background: #FAFAFF;
}

.social_cp h3 { font-size: 180%; }

.social_cp img {
	width: 100px;
	float: left;
	margin: 0 15px 0 0;
}

.social_cp a {
	text-decoration: none;
	color: #333;
}

.social_cp .cp_link {
	text-decoration: none;
	color: rgb(0, 136, 204);
}

.social_cp .cp_link:hover {
	text-decoration: underline;
	color: rgb(0, 85, 128);
}

.top_box .merit_branding,
.merit_guide,
.merit_info,
.top_box .merit_cvr { padding:12px 12px 8px 12px; }

.top_box .merit_branding h3,
.merit_guide h3,
.merit_info h3,
.top_box .merit_cvr h3 { font-size: 130%; }

.top_box .merit_branding { border:2px solid #ccc; }

.top_box .merit_branding h3{
	padding: 0 10px;
	background: #830081;
	color: #fff;	
}

.top_box .merit_branding img,
.top_box .merit_guide img,
.top_box .merit_info img,
.top_box .merit_cvr img {
	width: 100px;
	float: left;
	margin: 0 15px 5px 0;
}

.top_box .merit_guide { border:2px solid #ccc; }

.top_box .merit_guide h3{
	padding: 0 10px;
	background:  #B5005E;
	color: #fff;
}

.top_box .merit_info { border:2px solid #ccc; }

.top_box .merit_info h3{
	padding: 0 10px;
	background: #00AECC;
	color: #fff;
}

.top_box .merit_cvr { border:2px solid #ccc; }

.top_box .merit_cvr h3{
	padding: 0 10px;
	background: #01A185;
	color: #fff;
}

/* --[top_under_nav]-- */
.top_under_nav {
	padding-top: 20px;
	border-top:1px solid #DBDBDB;
}

.top_under_nav .tun01 { padding: 10px 0 2px 10px; }

.top_under_nav .tun02 { padding: 10px 0 2px 0; }

.top_under_nav .tun03 { padding: 10px 10px 2px 0; }

.top_under_nav .tun01 p,
.top_under_nav .tun02 p,
.top_under_nav .tun03 p {
	box-shadow: 0px 3px 0px #790036;
	-webkit-box-shadow: 0px 3px 0 #790036;
	-moz-box-shadow: 0px 3px 0 #790036;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.top_under_nav .tun01 p a,
.top_under_nav .tun02 p a,
.top_under_nav .tun03 p a {
	margin: 0;
	padding: 10px 10px 10px 24px;
	display: block;
	color: #fff;
	font-size: 110%;
	text-shadow:2px 2px 1px #790036;
	-webkit-text-shadow:2px 2px 1px #790036;
	-moz-text-shadow:2px 2px 1px #790036;
	position: relative;
	background: #B20051;
}

.top_under_nav .tun01 p a:after,
.top_under_nav .tun02 p a:after,
.top_under_nav .tun03 p a:after {
	content: ">";
	position: absolute;
	color: #fff;
	top: 10px;
	left: 12px;
}

.top_under_nav .tun01 p a:hover,
.top_under_nav .tun02 p a:hover,
.top_under_nav .tun03 p a:hover {
	text-decoration: none;
	background: #830081;
}

/* --[socialArea]-- */
.socialArea {margin-top: 25px;}
#service .socialArea,
#works .socialArea,
#flow .socialArea,
#about .socialArea {margin-top: 0px;}

.socialArea .SU1 li {  float:left; margin:0 10px 0 0;}
.socialArea .ISMSMark { float:right;}

/* --[img_adjust]-- */
.img_adjust { margin-bottom: 50px; }

/* --[function]--*/
.function {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.function img { margin-bottom: 10px; }

.function h4 {
	font-size: 110%;
	margin-bottom: 15px;
}

.function p { text-align: left; }

.function .aj {	letter-spacing: -0.1em; }

#about .headline section p { margin-bottom: 20px; }

/* --[about_head]-- */
h3.about_head img { float:left;margin-right: 15px;}


/* --[table-ST1]-- */
.ST1 {
	margin-bottom: 30px;
	width: 100%;
	border:1px solid #ccc; 
}

.ST1 tr td {
	padding: 8px 8px;
	border-bottom: 1px solid #ccc;
}

.ST1 tr th {
	padding: 8px 8px;
	text-align: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #F6F6F6;
}


/* --[contact_form]-- */
.contact_form {margin-bottom: 30px;}

.contact_form .row-fluid {
	margin-bottom: 2px;
	background: #eee;
}

.contact_form .inner { padding: 15px 0 15px 15px; }

.contact_form span { color: red; }

.contact_form textarea {
	width: 90%;
	height: 40%;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"] { width: 90%; }

.contact_form select { width: 93%; }

.contact_form .adj label { 
	float: left;
	margin: 0 15px 5px 0;
}

.contact_form .span4 label {
	font-weight: bold;
	padding-left: 25px;
}

.contact_form .adj label input { margin: 0 5px 5px 0;}

.contact_form .row-fluid.form_btn {
	margin-top: 20px;
	background: none;
}

#contact-con .contact_form .adj label { float: none; }

.submit,
.con,
.back {
	margin:20px 0 15px 0;
	cursor: pointer;
}

.submit:hover,
.con:hover,
.back:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	background: #DFEFF4;
}

#contact .contact_form .form_btn p:nth-child(1) {text-align: center;}
#contact-con .contact_form .form_btn p:nth-child(1) {text-align: right;}
#contact-con .contact_form .form_btn div:nth-child(2) p:nth-child(1) {text-align: left;}

/* --[footer]-- */
footer {
	width: 100%;
	color: #fff;
	background:#888;
}

#footer {
	width: 100%;
	padding: 20px 0;
}

.fnavAreaUp {
	margin-bottom: 15px;
	padding-bottom: 40px;
	border-bottom: 1px solid #6A6A6A;
	position: relative;
}

.fnavAreaDown {
	clear: both;
	padding-top: 10px;
}

.fnavAreaUp ul,
.fnavAreaDown ul { float: left; }

.fnavAreaUp:after {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 100%;
	border-bottom: 1px solid #CECECE;
}

.fnavAreaUp ul,
.fnavAreaDown ul {
	margin-left: -18px;
	overflow: hidden;
}

.fnavAreaUp ul li,
.fnavAreaDown ul li {
	float: left;
	margin: -1px;
	padding: 0 18px;
	border-left: 1px solid #fff;
	position: relative;
}

.fnavAreaUp ul li:after,
.fnavAreaDown ul li:after{
	content: "";
	width: 1px;
	height: 100%;
	border-left: 1px solid #777;
	position: absolute;
	left: -2px;
} 

.fnavAreaUp ul li a,
.fnavAreaDown ul li a {
	color: #FFFFFF;
	text-shadow: -1px -1px 1px #676767;
	-webkit-text-shadow: -1px -1px 1px #676767;
	-moz-text-shadow: -1px -1px 1px #676767;
}

footer h4 {
	margin-right: 18px;
	float: left;
	font-size: 100%;
	font-weight: normal;
}
/*=========================================*/
/* Large desktop 1200px以下
===========================================*/
 @media (min-width: 980px) {
.wrapper {
	width:100%;
	max-width: 940px;
	margin: 0 auto;
}
.ISMSMark img { width: 100px; }

/* --[nav]-- */
.header_area { margin-bottom: 20px; }

.acctionArea { margin-bottom: 35px; }

p.copyright { float:right; text-align: right; }
 }

/*=========================================*/
/* Portrait tablet to landscape and desktop　768px 979px
===========================================*/
@media (min-width: 768px) and (max-width: 979px) {

/* --[nav]-- */
.header_area{ margin-bottom: 20px; }

/* --[acctionArea]-- */
.acctionArea div a {
	color: #fff;
	display: block;
	padding: 12px 5px 7px 12px;
}

/* --[socialArea]-- */
.socialArea .ISMSMark img { width: 100px; }

p.copyright { float:right; text-align: right; }
 }


/*=========================================*/
/* Landscape phone to portrait tablet 767px以下
===========================================*/
@media (max-width: 767px) { 

/* --[nav]-- */
.header_area{ margin-bottom: 20px; }

/* --[header]-- */
.header  {
	padding-top: 5px;
	z-index: 5000;
}

.header h1 img {
	width: 145px;
	margin: 0 auto;
}

.header h1 {
	margin: 5px 0;
	display: block;
 	line-height: 1.2;
}

.header h1 span {
	font-size: 11px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#incul { display:none; }

nav { position: relative; }

.RPFuncBtn1_1 {
	position: absolute;
	top: -84px;
	left: 10px;
	margin: 0 -20px;
	padding: 0 20px;
	width: 100%;
	height: 48px;
}

.RPFuncBtn1_1 a {
	display: block;
	float: right;
	padding: 0;
	margin: 0px;
	width: 30px;
	height: 33px;
	background: #fff url(../img/IconFunc1_1.png) 50% 50% no-repeat;
	background-size: 25px 23px;
}

.renavi {
	width: 100%;
	margin:10px 0px 0 -10px;
	padding: 0 0px 0 0px; 
	position: absolute;
	top: -50px;
	left: 0;
	background: #eee;
	border-top: 1px solid #ddd;
}

.renavi li {
	float: none;
	margin:0 -40px 0 0;
	border-bottom: 1px solid #ddd;
	background: #fff;
	position: relative;
}

.renavi li a {
	display: block;
	border-bottom: none;
	border:none;
	color: #ddd;
}

.renavi li a:after {
	content:">";
	position:absolute;
	left: 96%;
}

.renavi li a:link,
.renavi li a:visited {
	padding: 10px 10px 10px 20px; 
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

.renavi li a:hover,
.renavi li a:active  {
	color: #B20051;
	text-decoration: none;
}

.renavi li.contact_btn {
	position: relative;
	float: none;
	top: 0;
	right: 0;
}

.renavi li.contact_btn a,
.renavi li.contact_btn a:link,
.renavi li.contact_btn a:visited,
.renavi li.contact_btn a:hover,
.renavi li.contact_btn a:active {
	margin: 0;
	padding: 10px 10px 10px 20px; 
	color: #333;
	background: none;
	border: none;
	text-decoration: none;
}

.renavi li.contact_btn a:hover,
.renavi li.contact_btn a:active  {
	color: #B20051;
	text-decoration: none;
}

.renavi li.contact_btn a:after{
	content:">";
	position:absolute;
	left: 96%;
}

.RPFuncBtn1_2 {
	position: absolute;
	top: 207px;
	right: 0;
	text-align: right;
	margin-right: -10px;
}

.RPFuncBtn1_2 a {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 10px;
	border: 1px solid #DFDACF;
	border-top: 0;
	background: #fff url(../img/IconClose1.png) 50% 50% no-repeat;
	background-size: 24px;
}

.RDFunc1ROn {
    position: relative;
    z-index: 50000;
}

.main_img { margin-bottom: 15px; }

/* --[socialArea]-- */
.socialArea .ISMSMark img { width: 100px; }

/* --[acctionArea]-- */
.acctionArea { margin-bottom: 35px; }

.acctionArea div a { padding: 12px 5px 7px 12px; }

/* --[main_img]-- */
.main_img { position: relative; }

.main_img h2 { margin:0 0 15px 0; }

.main_img .sec { padding: 0; }

.main_img .inner { text-align: left; }

.main_img .inner span {
	width: 120px;
	float: left;
	margin-top: 10px;
	display: block;
}

.main_img .inner img { margin-bottom: 15px; }

.main_img dl {text-align: left; margin-left: 0;}
.main_img dl dt {margin-bottom: 15px;}
.main_img dl dd {margin: 0;}

.desgin-top {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	margin-right: -20px;
	margin-left: -20px;
	padding: 25px 20px 10px 20px;
	background: #2D3846;
	border-top: 1px solid #B8B8C7;
	border-bottom: 1px solid #B8B8C7;
}


/* --[top_box]-- */
.top_box .merit_branding { border:2px solid #830080; }
.top_box .merit_guide { border:2px solid #B5005E; }
.top_box .merit_info { border:2px solid #00AECC; }
.top_box .merit_cvr { border:2px solid #01A185; }

/* --[top_under_nav]-- */
.top_under_nav {
	padding-top: 15px;
	border-top:1px solid #DBDBDB;
}

.top_under_nav .tun01 { padding: 10px 10px 10px 10px; }
.top_under_nav .tun02 { padding: 0 10px 10px 10px; }
.top_under_nav .tun03 { padding: 0 10px 10px 10px; }

.top_under_nav .tun01 p,
.top_under_nav .tun02 p,
.top_under_nav .tun03 p {
	box-shadow: 0px 3px 0 #790036;
	-webkit-box-shadow: 0px 3px 0 #790036;
	-moz-box-shadow: 0px 3px 0 #790036;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.top_under_nav .tun01 p a,
.top_under_nav .tun02 p a,
.top_under_nav .tun03 p a {
	margin: 0;
	padding: 10px 10px 10px 24px;
	display: block;
	color: #fff;
	font-size: 110%;
	text-shadow:2px 2px 1px #790036;
	-webkit-text-shadow:2px 2px 1px #790036;
	-moz-text-shadow:2px 2px 1px #790036;
	position: relative;
	background: #B20051;
}

.top_under_nav .tun01 p a:after,
.top_under_nav .tun02 p a:after,
.top_under_nav .tun03 p a:after {
	content: ">";
	position: absolute;
	color: #fff;
	top: 10px;
	left: 12px;
}

.top_under_nav .tun01 p a:hover,
.top_under_nav .tun02 p a:hover,
.top_under_nav .tun03 p a:hover {
	text-decoration: none;
	background: #830081;
}


/* --[acctionArea]-- */
.acctionArea { margin-bottom: 20px; }

.acctionArea div { margin-bottom: 15px; }

.socialArea .ISMSMark img { width: 100px; }

.acctionArea div.mBtn { background-position: 95% 17px; }
.acctionArea div.sBtn { background-position: 95% 17px; }
.acctionArea div.cBtn { background-position: 95.5% 20px; }

.acctionArea div.mBtn a:hover { background-position: 95% 17px; }
.acctionArea div.sBtn a:hover { background-position: 95% 17px; }
.acctionArea div.cBtn a:hover,
.acctionArea div.cBtn a:active { background-position: 95.5% 20px; }

/* --[headline]-- */
.headline section h2 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 180%;
}

.headline section h3 {
	margin-bottom: 25px;
	font-size: 130%;
	line-height: 1.2;
}

#about .headline section p { line-height: 1.5; }

/* --[function]--*/
.function {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.function img {
	width: 76px;
	float: left;
	margin:0 15px 10px 0;
}

.function h4 {
	font-size: 110%;
	margin-bottom: 15x;
}
.function p {
	text-align: left;
	margin:0; 
}

.function .aj { letter-spacing: -0.1em; }

.function .span2 {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	min-height: 110px;
}

.function .span2:nth-child(6) { margin-bottom: 0; }

/* --[about_head]-- */
h3.about_head img { float:left;margin-right: 15px;}
h3.about_head span { display: block;}

/* --[top_box]-- */
.top_box { margin-bottom: 15px; }

.top_box h3 {
	font-size: 130%;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.top_box .merit_branding h3,
.top_box .merit_guide h3,
.top_box .merit_info h3,
.top_box .merit_cvr h3,
.top_box .social_cp h3 {
	line-height: 1.3;
	padding: 10px 10px;
}

.top_box .merit_branding,
.top_box .merit_info { margin-bottom: 15px; }

.page_title_h2 {
	width: 100%;
	margin-left:-20px; 
	margin-right:-20px;
	margin-bottom: 15px;
	padding: 25px 20px;
	text-align: center;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
}
.page_title_h2 h2 { font-size: 180%; }

.page_title_h2 span {
	display: block;
	letter-spacing: -0.1em;
}

#about .page_title_h2 span {
	display: block;
	font-size: 90%;
}

#service h2.lead,
#monipla_cp h2.lead {
	font-size: 110%;
	text-align: left;
}

.smmlab_img { margin-bottom: 20px; }

/* --[img_adjust]-- */
#service .img_adjust .posi_01,
#service .img_adjust .posi_02{ margin-bottom: 15px; }

#service .img_adjust .posi_01 { width: 55%; }
#service .img_adjust .posi_02,
#service .img_adjust .posi_03 { width: 100%; }


/* --[contact_form]-- */
.contact_form .inner { padding: 15px 0 10px 15px; }

.contact_form .adj label { 
	float: none;
	margin: 0 15px 15px 0;
}
.contact_form .span4 label { padding-left: 0px; }

/* --[contact]-- */
#contact .contact_form .form_btn p:nth-child(1) {text-align: center;}
#contact-con .contact_form .form_btn p:nth-child(1) {text-align: center;}
#contact-con .contact_form .form_btn div:nth-child(2) p:nth-child(1) {text-align: center;}

.submit { margin-bottom:10px; }

.back { margin-bottom: 10px; }

.submit { margin-top: 0; }

/* --[footer]-- */
#footer {
	width: 100%;
	padding: 10px 20px;
	margin-right: -20px;
	margin-left: -20px;
	color: #fff;
	background:#888;
}

.fnavAreaUp { padding-bottom: 0; }

.fnavAreaDown { padding-top: 0; }

.fnavAreaUp ul { float:none; }

p.copyright { display:block; text-align: left; }

 }



 /*=========================================*/
/* Landscape phones and down　480px以下
===========================================*/
@media (max-width: 480px) { 
.wrapper { width:100%; }

/* --[header]-- */
.header  { padding-top: 5px; }

.header h1 img {
	width: 145px;
	margin: 0 auto;
}

.header h1 {
	margin: 5px 0;
	display: block;
 	line-height: 1.2;
}

.header h1 span {
	font-size: 11px;
	letter-spacing: -0.09em;
	margin-bottom: 5px;
	padding-bottom: 5px;
 	border-bottom: 1px solid #ddd;
}

/* --[nav]-- */
.header_area { margin-bottom: 10px; }

.renavi li a:after {
	content:">";
	position:absolute;
	left: 92%;
}

.renavi li.contact_btn a:after{
	content:">";
	position:absolute;
	left: 92%;
}

/* --[acctionArea]-- */
.acctionArea div { margin-bottom: 15px; }

.acctionArea div.cBtn,
.acctionArea div.mBtn,
.acctionArea div.sBtn { font-size:140%; }

.acctionArea div.cBtn {
	top:15px;
	right:20px;
	background-size: 16px 12px;
}
.acctionArea div.mBtn,
.acctionArea div.sBtn { background-size: 11px 15px; }

.acctionArea div.mBtn span {letter-spacing: -0.15em;}
.acctionArea div.cBtn span {letter-spacing: -0.1em;}

.acctionArea div.cBtn a:hover,
.acctionArea div.cBtn a:active {
	top:15px;
	right:20px;
	background-size: 16px 12px;
}

.acctionArea div.mBtn a:hover {
	top:15px;
	right:20px;
	background-size: 11px 15px;
}

.acctionArea div.sBtn a:hover {
	top:15px;
	right:20px;
	background-size: 11px 15px;
}

/* --[top_box]-- */
.top_box .merit_branding img {
	width: 90px;
	margin: 0 15px 0 0;
}
.top_box .merit_branding p,
.top_box .merit_guide p,
.top_box .merit_info p,
.top_box .merit_cvr p, { margin-bottom: 0; }

.social_cp .cp_link { margin: 0 0 0 0; }

.social_cp a {
/*	display: block;*/
	text-decoration: none;
	color: #333;
}

.social_cp img { margin-bottom: 5px; }

.social_cp .cp_link {
	padding: 5px 0;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	background: #0052AF;
	box-shadow: 0 3px 0 #002E60;
	-webkit-box-shadow: 0 3px 0 #002E60;
	-moz-box-shadow: 0 3px 0 #002E60;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.social_cp .cp_link:link {
	color: #fff;
	text-decoration: none;
	background: #0068DB;
}

.social_cp .cp_link:hover {
	color: #fff;
	text-decoration: none;
	background: #0068DB;
}

.social_cp .cp_link span { display: block; }

/* --[socialArea]-- */
.socialArea .ISMSMark img { width: 75px; }

/* --[footer]-- */
#footer {
	width: 100%;
	padding: 10px 20px;
	margin-right: -20px;
	margin-left: -20px;
	color: #fff;
	background:#888;
}

.fnavAreaUp ul { padding: 0 10px 0 28px; }

.fnavAreaUp ul li {
	float: none;
	margin:0 0 10px 0;
	border-bottom: 1px dotted #fff;
	padding: 0 0 5px 0;
	border-left: none;
	position: relative;
}

footer h4 {
	margin: 0 18px 10px 0;
	float: none;
	font-size: 100%;
	font-weight: normal;
}

.fnavAreaDown ul {
	float: none;
	padding: 0 10px 0 28px;
}

.fnavAreaDown ul li {
	float: none;
	margin:0 0 10px 0;
	padding: 0 0 5px 0px;
	border-bottom: 1px dotted #fff;
	border-left: none;
	position: relative;
}

.fnavAreaUp ul li:after,
.fnavAreaDown ul li:after{
	content: "";
	width: 1px;
	height: 100%;
	border-left: none;
	position: absolute;
	left: -2px;
} 

p.copyright {  font-size: 10px;display:block; text-align: left; }

 }


 /*=========================================*/
/* IE8 以上 対応
===========================================*/
/* --[top]-- */
html.ie8 .header h1 img {
	max-width: 230px;
	width: 230px;
	height: 49px;
}

html.ie8 .header_area { margin-bottom: 20px; }

html.ie8 .main_img .inner img {
	max-width: 350px;
	height:108px;
}

/* --[about]-- */
html.ie8 .page_title_h2 img {
	max-width: 140px;
	height: 41px;
}

html.ie8 #about h3.about_head img {
	max-width: 72px;
	height: 72px;
}

/* --[monipla-cp]-- */
html.ie8 #monipla_cp .function img {
	max-width: 75px;
	max-height: 76px;
}

/* --[contact]-- */
.submit,
.con,
.back {
	max-width: 163px;
	max-height: 58px;
}

.SDPrivacy { background:#eee; padding:15px; margin: 20px 0; }
.SDPrivacy .SP1 { background:#fff; border:#CCC 1px solid; margin: 10px auto 0 auto; max-width:310px; padding:3px 20px 2px;}
.SDPrivacy .CD1 { background: #fff; margin:10px 0; overflow-y:scroll; height:200px; padding:10px; border:1px solid #DDD; }
