@charset "UTF-8";

/* Guideline
----------------------------------------------------
PC…971px以上
TB…970px以下
SP…640px以下

適用対象
<div id="container"></div>

----------------------------------------------------
*/

/*==================================================
					container
==================================================*/

#container {
	position:absolute;
	top:40px;
	left:0;
	width: 100%;
	background: #FFFFFF;
}

.container_inner {
	width: 940px;
	margin: 0 auto;
}

/*==================================================
					cover
==================================================*/

.cover {
	background: #FF7F00;
	height: 320px;
	border-bottom: 2px solid #EFEFEF;
	background: url(../images/cover_bg.gif) repeat-x;
}

.cover .container_inner {
	position:relative;
}

.cover h2 {
	font-size: 27px;
	color: #FFFFFF;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Verdana,Arial,"ＭＳ Ｐゴシック",sans-serif;
}

.cover_copy {
	position:absolute;
	top: 28px;
	left: 0px;
}

.cover_package {
	position:absolute;
	top: 188px;
	left: 0px;
}

.cover_price {
	position:absolute;
	top: 270px;
	left: 0px;
}

.cover_trial {
	position:absolute;
	top: 270px;
	left: 85px;
}

.cover_image {
	position:absolute;
	top: 28px;
	right: 0px;
}

/*==================================================
					information
==================================================*/

div.information {
	width: 940px;
	margin: 25px auto;
	text-align: center;
	z-index:1;
}

div.info_title {
	float: left;
	width: 202px;
	height: 62px;
}

div.info_list {
	float: left;
	width: 706px;
	margin: 0 0 25px 0;
	padding: 0 0 0 30px;
	text-align: left;
	border-left: 2px solid #EFEFEF;
}

div.info_list dl dt {
	clear: both;
	float: left;
	width: 95px;
	margin: 0 0 5px 0;
	font-size: 12px;
}

div.info_list dl dd {
	float: left;
	width: 590px;
	font-size: 12px;
	margin: 0 0 0 12px;
}

div.info_list dl dd span{
	display: inline-block;
	padding-right: 10px;
}


/*==================================================
					layout
==================================================*/

.orange {
	clear: both;
	background: #FFF2E5;
	text-align: center;
	padding: 50px 0;
}

.white {
	clear: both;
	background: #FFFFFF;
	text-align: center;
	padding: 50px 0;
}

.light_gray {
	clear: both;
	background: #F7F7F7;
	text-align: center;
	padding: 50px 0;
}

.shadow {
	background: #FFFFFF;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.15);
	overflow: hidden;
}

.inner2boxL {
	float:left;
	width: 420px;
	padding: 0 10px 30px 30px;
	text-align: left;
}

.outer2boxL {
	float:left;
	width: 460px;
	margin: 0 20px 30px 0;
	padding: 0;
}

.outer2boxR {
	float:right;
	width: 460px;
	margin: 0 0 30px 0;
	padding: 0;
}

.outer3boxL {
	float:left;
	width: 300px;
	margin: 0 20px 30px 0;
	padding: 0;
}

.outer3boxL:nth-child(3) {
	margin: 0 0 30px 0;
}


/*==================================================
					heading
==================================================*/

h2 {
	font-size: 32px;
	color: #FF7F00;
	font-weight: bold;
	margin: 0 0 30px 0;
	padding: 0;
	line-height:100%;
}

h3 {
	color: #333333;
	font-weight: bold;
}

h4 {
	font-weight: bold;
}


/*==================================================
					botton
==================================================*/

.btn_info {
	font-size: 10px;
	font-weight: bold;
	color: #333333 !important;
	padding: 5px 10px;
	background: #EFEFEF;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	box-shadow:
		1px 1px 0px rgba(000,000,000,0.3);
	text-shadow:
		-1px -1px 1px rgba(255,255,255,1.0);
}

.btn_info:hover {
	background: #E4E4E4;
}

.btn_green {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF !important;
	padding: 8px 10px;
	background: #94CA06;
	border-radius: 4px;
	border: 1px solid #739D04;
	box-shadow:
		1px 1px 0px rgba(155,157,4,1.0);
	text-shadow:
		1px 1px 1px rgba(0,0,0,0.3);
	line-height:100%;
}

.btn_green:hover {
	background: #ABE907;
	border: 1px solid #94CA06;
}

.btn_orange {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF !important;
	padding: 8px 10px;
	background: #FF6600;
	border-radius: 4px;
	border: 1px solid #DC3E01;
	box-shadow:
		1px 1px 0px rgba(220,62,1,1.0);
	text-shadow:
		1px 1px 1px rgba(0,0,0,0.3);
	line-height:100%;
}

.btn_orange:hover {
	background: #FF8600;
	border: 1px solid #FF6600;
}



/*==================================================
					features
==================================================*/

#features_menu {
	height: 110px;
	margin: 0;
	padding: 0;
}

#features_menu ul li {
	float: left;
	width: 150px;
	height:100px;
	margin: 0 8px 0 0;
	padding: 0;
}

#features_menu a {
	display: block;
	width: 150px;
	height:100px;
	font-size: 0px;
	line-height:0px;
	text-indent: -9999px;
}

/*--会員構築--*/
#features_menu ul li#regist {
	background:url(../images/features/menu_regist.png) top left no-repeat;
}

#features_menu ul li#regist a:hover,
#features_menu ul li#regist.active {
	background:url(../images/features/menu_regist_on.png) top left no-repeat;
}


/*--メール配信--*/
#features_menu ul li#mail {
	background:url(../images/features/menu_mail.png) top left no-repeat;
}

#features_menu ul li#mail a:hover,
#features_menu ul li#mail.active {
	background:url(../images/features/menu_mail_on.png) top left no-repeat;
}


/*--サイト(CMS)作成--*/
#features_menu ul li#cms {
	background:url(../images/features/menu_cms.png) top left no-repeat;
}

#features_menu ul li#cms a:hover,
#features_menu ul li#cms.active {
	background:url(../images/features/menu_cms_on.png) top left no-repeat;
}


/*--クーポン--*/
#features_menu ul li#coupon {
	background:url(../images/features/menu_coupon.png) top left no-repeat;
}

#features_menu ul li#coupon a:hover,
#features_menu ul li#coupon.active {
	background:url(../images/features/menu_coupon_on.png) top left no-repeat;
}


/*--アンケート--*/
#features_menu ul li#enquete {
	background:url(../images/features/menu_enquete.png) top left no-repeat;
}

#features_menu ul li#enquete a:hover,
#features_menu ul li#enquete.active {
	background:url(../images/features/menu_enquete_on.png) top left no-repeat;
}


/*--API連携--*/
#features_menu ul li#api {
	background:url(../images/features/menu_api.png) top left no-repeat;
}

#features_menu ul li#api a:hover,
#features_menu ul li#api.active {
	background:url(../images/features/menu_api_on.png) top left no-repeat;
}

/*==================================================
					price
==================================================*/

#price p{
	margin: 0 0 0 0;
}

#price h4.package {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	background:#FF7F00;
	text-align:left;
	line-height:100%;
	text-shadow:
		1px 1px 1px rgba(0,0,0,0.3);
}

#price h4.plan {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	background:#94CA06;
	text-align:left;
	line-height:100%;
	text-shadow:
		1px 1px 1px rgba(0,0,0,0.3);
}

#price h4.charge {
	margin: 0 0 10px 0;
	font-size: 16px;
	text-align:left;
	color:#FF7F00;

}

.price th {
	padding: 10px 10px;
	text-align: left;
	background-color: #EFEFEF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
}

.price td {
	padding: 10px 10px;
	text-align: left;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.price td.gray {
	background-color: #EFEFEF;
}

.price th.last,
.price td.last {
	border-right: 1px solid none;
}

#price div#basic_pkg_pln{
	width: 545px;
}
#price div#basic_pkg_pln div{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
}