﻿@charset "utf-8";

body {
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#585858;
	margin:0;
	padding:0;
}
img {
border: none;
}
a {
	text-decoration: none;
	color: #245dc1;
}
a:link,
a:visited,
a:active,
a:hover { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
}
p {
	margin: 0;
	padding: 0;
}

* html body{
    overflow: hidden;
}

* html div#contentsArea{
    height: 100%;
    overflow: auto;
}
ul li {
	list-style: none;
}
ul {
	margin: 0;
	padding: 0;
}
#body_wrap{
	background-color: #FFFFFF;
	margin: 0 auto ;
	width: 950px;
	height: 100%;
	padding: 0px 0 0;
    margin-top: -0px; /* リンク位置上昇分 */
}

.inner{
	clear: both;
	margin: 0 auto;
	width: 900px;
}

#header_wrap {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #FFFFFF;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.msg{
	margin:20px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background-color: #F8F8F8;
	padding:10px;
}
.attention_txt{
	font-size: 12px;
}

.button_blue {
    background-color: #6280c7;
    border-radius: 6px;
    box-shadow: 0 4px 0 #4f71c1;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: 650px;
    padding: 12px 0 10px;
}

.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
margin-top: 20px;
}
.mt30 {
margin-top: 30px;
}
.mt50 {
margin-top:50px;
}
.mr18 {
	margin-right:18px;
}
.mr24 {
	margin-right:24px;
}
.mr50 {
	margin-right:49px;
	margin-right:47px\9;
	*margin-right:47px;
	_margin-right:47px;
}
.ml15 {
	margin-left: 15px;
}
.ml16 {
	margin-left: 16px;
}

.mb10 {
	margin-bottom: 10px
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px;
}
.tc {
	text-align: center;
}
a:hover {
	opacity: 0.8;
}
.txt_link01 {
font-size: 18px;
}
.c_red {
	color: #b00c1c;
}
.fs12 {
	font-size: 12px;
}
.fs16 {
	font-size: 16px;
}


/* #header
-----------------------------------------------------------*/
#header{
	width: 940px;
	margin: 8px auto;
	position: relative;
}

#header .logo {
	vertical-align: middle;
}

#header a {
	filter: alpha(opacity=0);
		-moz-opacity: 1;
	opacity: 1;
		-webkit-transition: all 0.0s ease;
		-moz-transition: all 0.0s ease;
		-o-transition: all 0.0s ease;
	transition: all  0.0s ease;
	zoom: 1;
}

.twitter {
	width: 70px;
	position: absolute;
	top: 0;
	right: 210px;
}

.facebook {
	width: 70px;
	position: absolute;
	top: 0;
	right: 105px;
}
.twitter2 {
	width: 70px;
	position: absolute;
	right: 210px;
}

.facebook2 {
	width: 70px;
	position: absolute;
	right: 105px;
}

#bannerarea {
	height: 235px;
	background-color: #CAEAEA;
	background: url(../img/bg_main.png)no-repeat scroll center 0px rgba(0, 0, 0, 0);
	text-align: center;
	margin: 0 auto;
}

#bannerarea img{
	width: 950px;
	margin: 0 auto;
}

/*nav*/
#gnavi{
	background-color: #888888;
}

#gnavi ul {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	clear: both;
}

#gnavi ul li{
	height: 40px;
	float: left;
	list-style:  none;
	/*width: 237px;*/
	text-align: center;
}

#gnavi ul li a{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: bold;
	padding:0 28px;
	letter-spacing:0.05em;
}

#gnavi .current{
	background-color: #f7ad54;
}

#gnavi ul li a:hover{
	background-color: #f7ad54;
}


/* #intro
-----------------------------------------------------------*/
#intro {
    padding: 350px 0 50px;
}


#intro h2{
	font-size: 25px;
	font-weight: bold;
    margin: 0 auto 30px;
	text-align: center;
}
#intro h2 span{
	border-bottom: dotted 1px #888888;
	 padding: 3px 30px;
}
#intro h3{
	font-size: 22px;
	font-weight: bold;
    margin: 0 auto 10px;
	text-align: center;
	color: #51bbbb;
}
.intro_text {
    line-height: 24px;
}
.head_copy{
	display: block;
	width:96%;
	font-size: 108%;
	line-height: 180%;
	margin: 0px auto;
}

/* #review
-----------------------------------------------------------*/
#review h2{
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto 30px;
	text-align: center;
}
#review h2 span{
	border-bottom: dotted 1px #888888;
	padding: 3px 30px;
}

#review .review_title {
	background-color: #f7ad54;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
.review_title img {
	padding-right: 7px;
	vertical-align: bottom;
}
.c_txt {
	font-size: 16px;
	font-weight: bold;
	padding-left: 33px;
	background: url("../img/check.png") no-repeat scroll left center;
	margin-bottom: 10px;
	height: 26px;
	line-height: 32px;
}


.box_01 li img, .box_02 li img {
    padding-right: 7px;
}
.box_01 ,.box_02 {
	width:420px;
	padding: 0 15px;
}
.box_02 p {
	font-weight: bold;
	font-size: 16px;
}




/* #department
-----------------------------------------------------------*/
#department01 {
	padding: 70px 0 0;
	position: relative;
	border-top: 3px solid #f7ad54;
}
#department01 h2{
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto 30px;
	text-align: center;
}
#department01 h2 span {
	border-bottom: 1px dotted #888888;
	padding: 3px 30px;
}
#department01 .title img {
	padding-right: 12px;
	vertical-align: -10px;
}
#department01 .title {
	background-color: #a9b0eb;
	color: #ffffff;
	font-size: 35px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.synthesis h3 {
	background-color: #d4d7f5;
	color: #585858;
	font-size: 22px;
	font-weight: bold;
	padding: 12px 10px 8px;
	text-align: center;
	margin-bottom: 0;
}
.synthesis02 h3 {
	background-color: #d4d7f5;
	color: #585858;
	font-size: 22px;
	font-weight: bold;
	padding: 12px 10px 8px;
	text-align: center;
	margin-bottom: 0;
}
.synthesis03 h3 {
	background-color: #d4d7f5;
	color: #585858;
	font-size: 22px;
	font-weight: bold;
	padding: 12px 10px 8px;
	text-align: center;
	margin-bottom: 0;
}
.money {
	color: #585858;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 10px;
	text-align: center;
}
.synthesis_inner {
	background-color: #ffffff;
	padding: 25px;
	border:solid 1px #d4d7f5;
}

.site {
	float: left;
}
.comment {
	float: left;
}
.icon {
	float: left;
	margin-right: 15px;
}
.as_comment {
	float: left;
	width: 318px;
	padding-bottom:13px;
}
.staff_comment {
	float: left;
	width: 318px;
	padding-bottom:13px;
}
.as_comment ul {
	text-indent: -1em;
	margin-left: 1em;
}


.ttl01 {
	color: #fd9a25;
	margin:15px 0 3px;
	font-weight: bold;
}
.ttl02 {
	color: #43b3bc;
	margin:15px 0 3px;
	font-weight: bold;
}
.criteria {
	background-color: #f9bd76;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 10px;
	text-align: center;
	vertical-align: 3px;
	margin-right: 10px;
}

.criteria img {
	padding-right: 9px;
	vertical-align: -6px;
}
.synthesis02 {
	width: 438px;
	float: left;
}
.synthesis03 {
	width: 288px;
	float: left;
}

/*  ---------- unique ----------  */
#department02 {
    padding: 50px 0 0;
    position: relative;
}
#department02 .title img {
    padding-right: 12px;
    vertical-align: -10px;
}
#department02 .title {
	background-color: #eaabbc;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.unique_inner {
	background-color: #ffffff;
	padding: 25px;
	border:solid 1px #f4d5dd;
}
.unique h3 {
	background-color: #f4d5dd;
    color: #585858;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 10px 8px;
    text-align: center;
    margin-bottom: 0;
}
.unique02 h3 {
	background-color: #f4d5dd;
    color: #585858;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 10px 8px;
    text-align: center;
    margin-bottom: 0;
}
.unique02 {
	width: 438px;
	float: left;
}


/*  ---------- blogger ----------  */
#department03 {
    padding: 50px 0 0;
    position: relative;
}
#department03 .title img {
    padding-right: 12px;
    vertical-align: -10px;
}
#department03 .title {
	background-color: #92baec;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.blogger_inner {
	padding: 25px;
	border:solid 1px #c8dcf5;
}
.blogger h3 {
background-color: #c8dcf5;
    color: #585858;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 10px 8px;
    text-align: center;
    margin-bottom: 0;
}
.blogger02 h3 {
background-color: #c8dcf5;
    color: #585858;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 10px 8px;
    text-align: center;
    margin-bottom: 0;
}
.blogger02 {
	width: 438px;
	float: left;
}

/*  ---------- webservice ----------  */
#department04 {
    padding: 50px 0 0;
    position: relative;
}
#department04 .title img {
    padding-right: 12px;
    vertical-align: -10px;
}
#department04 .title {
	background-color: #96d4b5;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.webservice_inner {
	padding: 25px;
	border:solid 1px #cae9da;
}
.webservice h3 {
background-color: #cae9da;
    color: #585858;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 10px 8px;
    text-align: center;
    margin-bottom: 0;
}
.webservice02 h3 {
background-color: #cae9da;
    color: #585858;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 10px 8px;
    text-align: center;
    margin-bottom: 0;
}
.webservice02 {
	width: 438px;
	float: left;
}

/*  ---------- review ----------  */
#department05 {
    padding: 50px 0 0;
    position: relative;
}
#department05 .title img {
    padding-right: 12px;
    vertical-align: -10px;
}
#department05 .title {
	background-color: #dac094;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.review_inner {
	/*background-color: #cce4ea;*/
	padding: 25px;
	border:solid 1px #ecdfc9;
}
.review h3 {
background-color: #ecdfc9;
    color: #585858;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 10px 8px;
    text-align: center;
    margin-bottom: 0;
}
.review02 h3 {
background-color: #ecdfc9;
    color: #585858;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 10px 8px;
    text-align: center;
    margin-bottom: 0;
}
.review02 {
	width: 438px;
	float: left;
}

/*  ---------- challenge ----------  */
#department06 {
    padding: 50px 0 0;
    position: relative;
}
#department06 .title img {
    padding-right: 12px;
    vertical-align: -10px;
}
#department06 .title {
	background-color: #bbbbbb;
	color: #ffffff;
	font-size: 35px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.challenge_inner {
	padding: 25px;
	border: solid 1px #bbbbbb;
}



#department07 {
    padding: 50px 0 30px;
    position: relative;
}

#department07 .title img {
    padding-right: 12px;
    vertical-align: -10px;
}
#department07 .title {
	background-color: #bde28e;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.winning_inner {
	padding: 25px;
	border: solid 1px #bde28e;
}
.winning h3 {
background-color: #8eba56;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 10px 8px;
    text-align: center;
    margin-bottom: 0;
}
.money_wrap {
	text-align: center;
}
.border {
    padding: 0px 0 30px;
    position: relative;
}
.border2 {
    border-bottom: 3px solid #F7AD54;
    padding: 0 0 70px;
}
.aaa {
	height: 187px;
}

/* clearfix
-----------------------------------------------------------*/
.clearfix {
	clear:both;
}

 .clearfix:after   {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}


/* footer
-----------------------------------------------------------*/


#footer {
	height: 30px;
	padding: 40px 0 30px;
	text-align: center;
	background-color: #f3cea3;
}



/* .backtotop
-----------------------------------------------------------*/
.backtotop {
	position: fixed;
	bottom: 40px;
	right: 100px;
	z-index: 10;
	display: none;
}

.backtotop {
	bottom: 40px;     /* ハックなし */
	bottom: 40px\9;   /* IE8以下 */
 *	bottom: 40px;   /* IE7以下 */
 _	bottom: 40px;   /* IE6 */
}

.backtotop:not(:target) {
 	bottom: 100px\9;  /* IE9 */
}

.backtotop a{
	display: block;
	background-color:#f7ad54;
	color: #FFFFFF;
	font-size: 12px;
	width: 140px;
	line-height: 30px;
	padding: 5px 20px;
	border-radius: 5px;
	background-image: url(../img/backtoarrow.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.backtotop a:hover{
	opacity: 0.7;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .backtotop {
   	bottom: 20px;  /* IE10 */
  }
}


.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.clearleft{clear:left;}
.clearright{clear:right;}

.alignleft{text-align:left;}
.aligncenter{text-align:center;}
.alignright{text-align:right;}







