/* ===========================================
 * css Noto Sans
 * ver 3.0.5
=========================================== */

* {
    margin: 0px;
    padding: 0px;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

body {
    *font-size: small;
    *font: x-small;
    font-size: 16px;
	-webkit-text-size-adjust: 100%;
	color: #686868;
	letter-spacing: 0.05em;
	padding-top: 100px;
}

.pc {
	display: block;
}

.smart {
	display: none;
}


/* ===========================================
 * Reset
=========================================== */

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
ul li img {
     vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
a{
text-decoration: none;
}
img{
 border:0;
}
ing,input{
  vertical-aligin: bottom;
}

.clearfix {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

p {
	line-height: 2.0;
}

.marker {
background: linear-gradient(transparent 60%, #fbcad3 60%);
}

/* ===========================================
 * common
=========================================== */

#common_header {
	width: 100%;
	height: 100px;
	background-color: #FFF;
	border-bottom: 1px #dcdcdc solid;
	border-top: 5px #f25976 solid;
	position: fixed;
	top: 0;
	z-index: 9;
}

#common_header_inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#common_header_logo {
	float: left;
	width: 350px;
	padding-top: 10px;
}

#common_header_info {
	float: right;
	width: 450px;
	padding-top: 24px;
	text-align: right;
}

#common_header_info img{
	width: 50px;
}

#common_main {
	width: 100%;
	height: 470px;
	background-image: url(../img/common/main_co_bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom: 1px #dcdcdc solid;
}

#common_main_inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#common_main_coment {
	padding-top: 60px;
}

.common_wh {
	background-color: #FFF;
}

.common_wh_b {
	background-color: #FFF;
	border-bottom: 1px #dcdcdc solid;
}

.common_gr {
	background-color: #f8f8f8;
}

.common_co {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
}

.common_h2 {
	font-size: 30px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 50px;
	font-weight: 500;
}

.common_co_body {
	width: 570px;
}

.common_co_img{
	width: 350px;
}

.common_co_img img{
	width: 350px;
}


#common_type_list {
	width: 100%;
}

#common_type_list ul li{
	float: left;
	width: 25%;
	text-align: center;
}

#common_type_list ul li a{
	color: #686868;
}

#common_type_list ul li a:hover{
	opacity: 0.7;
}

#common_type_list ul li img{
	margin-bottom: 15px;
}


.common_type_title {
	padding: 30px;
	border: 3px #f25976 solid;
	margin-bottom: 50px;
	margin-top: 70px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #f25976;
}

.common_type_body {
	padding-bottom: 10px;
}


.common_app_main {
	width: 500px;
	float: left;
	padding-top: 70px;
}

.common_app_main img{
	width: 500px;
}

.common_app_main h3{
	font-size: 25px;
	padding-bottom: 20px;
}
.common_app_main span{
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	background-color: #f04141;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 15px;
	position: relative;
	top: -4px;
}


.common_app_info {
	width: 420px;
	float: right;
	padding-top: 70px;
}

.common_app_info_img {
	padding-bottom: 20px;
}

.common_app_info_body {
	padding-bottom: 20px;
}


.common_app_info_icon_1 {
	width: 118px;
	height: 72px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #48cad4;
	color: #FFF;
	text-align: center;
	line-height: 72px;
}



.common_app_info_icon_2 {
	width: 118px;
	height: 58px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #48cad4;
	color: #FFF;
	text-align: center;
	padding-top: 14px;
}


.common_app_bt {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

.common_app_bt a{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.common_app_bt a img:hover{
	opacity: 0.7;
}

.common_tit_h4 {
	width: 100%;
	font-size: 24px;
	height: 40px;
	background-image: url(../img/common/bar.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.common_tit_h4 span{
	display: inline-block;
	background-color: #FFF;
	padding-right: 20px;
}


.common_list_co {
	margin-left: -30px;
	padding-top: 30px;
	padding-bottom: 65px;
}

.common_list_co_box {
	width: 298px;
	height: 200px;
	background-color: #FFF;
	border: 1px #c6c6c6 solid;
	margin-left: 30px;
	float: left;
}

.common_list_co_box_inner {
	display: block;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.common_list_co_box_tit {
	padding-bottom: 10px;
	font-size: 16px;
}
.common_list_co_box_tit_hy {
	padding-bottom: 10px;
	font-size: 16px;
}

.common_list_co_box_tit_hy span{
	color: #e5a700;
}

.common_list_co_box_body {
	padding-bottom: 15px;
	font-size: 14px;
}
.common_list_co_box_body p{
	line-height: 1.6;
}

.common_list_co_box_a {
	display: block;
	width: 153px;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #a3a3a3;
}

.common_list_co_box_a:hover {
	opacity: 0.7;
}


.type_co {
	padding-top: 10px;
	margin-top: -10px;
}

#common_footer {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	border-top: 1px #ccc solid;
}


#sub_breadcrumb {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sub_breadcrumb li{
	float: left;
}

#sub_breadcrumb li a{
	color: #686868;
}


#sub_contents_bace {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sub_contents {
	width: 670px;
	float: left;
}

#sub_contents_side {
	width: 250px;
	float: right;
}

#sub_contents_side h3{
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 15px;
}



#sub_app_main {
	width: 100%;
}

#sub_app_main h2{
	font-size: 25px;
	padding-bottom: 20px;
}
#sub_app_main h2 span{
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	background-color: #f04141;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 15px;
	position: relative;
	top: -4px;
}


#sub_app_main_img {
	padding-bottom: 20px;
}

#sub_app_main_img img{
	width: 100%;
}

#sub_app_main_icon {
	padding-bottom: 20px;
	text-align: center;
}

#sub_app_main_icon span{
	width: 26%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	background-color: #48cad4;
	margin-left: 1%;
	margin-right: 1%;
	display: inline-block;
}

#sub_app_main_table {
	padding-bottom: 30px;
	
}

#sub_app_main_table table{
	background-color: #E0E0E0;
	width: 100%;
}

#sub_app_main_table table th{
	padding: 13px;
	background-color: #F0F0F0;
}

#sub_app_main_table table td{
	padding: 13px;
	background-color: #FFF;
	text-align: center;
}

.app_th_w {
	width: 100px;
}

.sub_title {
	background-image: url(../img/common/bar.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 24px;
}

.sub_title span{
	background-color: #FFF;
	display: inline-block;
	padding-right: 15px;
}

.sub_body {
	padding-top: 15px;
	padding-bottom: 35px;
}



#sub_app_star {
	padding-bottom: 20px;
	text-align: center;
}

#sub_app_star p{
	width: 28%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
	margin-left: 1%;
	margin-right: 1%;
	display: inline-block;
	font-size: 34px;
	border: 1px #ccc solid;
	line-height: 1.2;
}

#sub_app_star p span{
	color: #e5a700;
}


.sub_price_table {
	width: 100%;
	background-color: #D8D8D8;
}

.sub_price_table tr th{
	background-color: #EAEAEA;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sub_price_table tr td{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
	text-align: center;
}

.sub_app_bt {
	padding-bottom: 60px;
	text-align: center;
}

.sub_app_bt a{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.sub_app_bt a img:hover{
	opacity: 0.7;
}


.sub_commnet {
	border: 1px #ccc solid;
	margin-bottom: 15px;
}

.sub_commnet_inner {
	padding: 20px;
}

.sub_commnet_name {
	font-weight: bold;
	padding-bottom: 10px;
}

.sub_commnet_zentai {
	padding-bottom: 10px;
}

.sub_commnet_zentai span{
	color: #e5a700;
	display: inline-block;
	padding-left: 10px;
}

.sub_commnet_kikan {
	padding-bottom: 10px;
}

.sub_commnet_kikan_top {
	padding-bottom: 10px;
	font-size: 14px;
}

.sub_commnet_body {
	padding-bottom: 15px;
	padding-top: 15px;
}

.sub_commnet_check {
	width: 100%;
	text-align: right;
}

.sub_commnet_check a{
	display: inline-block;
	padding: 7px;
	font-size: 14px;
	color: #fff;
	background-color: #40b76a;
	border-radius: 2px;
}


/*=========================================================
  SLIDER CSS
=========================================================*/

.code{
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;
    color: #333;
    font-size:85%;
    letter-spacing:.05em;
    padding:1em;
	background-color: #f25976;
}


.wrapper {
    margin-top:66px;
    background-color: transparent;
}

.main-header {
    text-align: center;
    font-weight:300;
    font-size: 90%;
	
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 68px;
    border-top: 2px solid #056f00;
}


.menu-right {
  float: right;
}



.sidebar {
	margin: 0;
	color: #FFF;
	background-color: #f25976;
}

.sidebar h6 {
    margin: 0 .8em;
    padding: 0;
    font-weight:300;
}

.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
    
}

.navigation { display:none;}
.updated { display:none;}
.posted-on {
	width:100%;
	display: block;
}


#smart_side_nav_area {
}

#smart_side_nav_area ul{
	font-size: 30px;
	padding-top: 30px;
	margin-bottom: 30px;
}

#smart_side_nav_area ul li{
	padding-top: 10px;
	padding-bottom: 17px;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px #f3aab8 solid;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	
}

#smart_side_nav_area ul li a{
	color: #FFF;
	font-size: 20px;
}


#smart_sub_nav {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
}

#smart_sub_nav a{
	display: block;
	color: #333;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 22px;
	padding-left: 35px;
}


#smart_contact_bt {
	padding-top: 20px;
	padding-bottom: 60px;
}

#smart_contact_bt a{
	width: 290px;
	height: 60px;
	line-height: 60px;
	background-color: #FFF;
	color: #f25976;
	font-size: 20px;
	text-indent: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border-radius: 4px;
	text-indent: 85px;
	
}




