@charset "utf-8";
/* ===================================================================
CSS information

 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/* タイトル画像指定
----------------------------------------------------------- */
#smartphone #con_title{
	background:url(../smartphone/images/img_title.jpg) right 0 no-repeat; 
}

/* ページ名
----------------------------------------------------------- */

#smartphone .topicpath h3{
	padding:20px 0 0 0;
}
#smartphone .topicpath {
	margin-bottom: 10px;
}

/* #cnt_top
----------------------------------------------------------- */

#smartphone .con_intro{
	width:650px;
	height:570px;
	margin: 20px auto 0px auto;
	background:url(../smartphone/images/bg_intro.jpg) no-repeat center top; 
}
#smartphone .con_intro .inner{
	width:330px;
	padding:20px 0 0 300px;
}
#smartphone .con_intro .inner h3{
	margin-bottom:20px;
}
#smartphone .con_intro .inner .txt{
	font-size:120%;
}
#smartphone .con_intro .inner .txt span{
	font-size:70%;
	vertical-align: super;
}


/* .con_point
----------------------------------------------------------- */
#smartphone .con_point{
	margin-bottom:50px;
	overflow:hidden;
	clear:both;
}
#smartphone .con_point h3{
	text-align:center;
	margin-bottom:20px;
}
#smartphone .con_point li{
	float:left;
	padding-right:15px;
}
#smartphone .con_point li.last{
	padding-right:0;
}
#smartphone .con_point h3{
	width: 630px;
	overflow:hidden;
	margin:50px 0 20px 0;
}
#smartphone .con_point .box_l h3{
	margin:0 0 30px 0;
}

/* .con_access
----------------------------------------------------------- */
#smartphone .con_access{
	margin-bottom:30px;
	overflow:hidden;
	clear:both;
}
#smartphone .con_access h3{
	text-align:center;
	margin-bottom:20px;
}
#smartphone .con_access .inner{
	float:left;
	width:270px;
	padding:20px;
	background:#f5eccf;
}
#smartphone .con_access .inner h4{
	margin-bottom:20px;
}
#smartphone .con_access .inner .img{
	margin-bottom:20px;
	text-align:center;
}
#smartphone .con_access .inner .btn_trans{
	margin-bottom:13px;
	text-align:center;
}
#smartphone .con_access .inner .txt{
	margin-bottom:10px;
}
#smartphone .con_access .inner input.mailadd{
	width:260px;
	padding:5px;
	border:1px solid #8f8874;
	margin-bottom:10px;
}
#smartphone .con_access #box_l{
	float:left;
	margin-left:10px;
}
#smartphone .con_access #box_r{
	float:right;
	margin-right:20px;
}


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

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


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

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

