@charset "utf-8";
/* CSS Document */

/*  Base setting（全般）
-----------------------------------------*/
/*  ベースフォントを10pxにする設定  */

html {
  font-size: 62.5%;
  background-color:#f9f9f9;
}

body {
	color: #000;
	background-color:#f9f9f9;
	margin: 0;
	padding: 0;
	font: 1.4rem/2 "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ;
	z-index:2;
    letter-spacing: 0.1em;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

a{
	color:#000;
	text-decoration:none;
}
a:hover{
	filter:alpha(opacity=60);
	opacity:0.6;
	color:rgba(0, 0, 0, 0.6);
}
a img:hover{
	filter:alpha(opacity=90);
	opacity:0.9;
}
.clear{
	clear:both;
}
/*.img_center{
	display: block;
 margin-left: auto;
 margin-right: auto;
}*/

/*  Header
-----------------------------------------*/
.wrap_header{
	position:relative;
	z-index:2;
	height:500px;
	overflow:hidden;
}
.top_height{
	height:550px;
}
header {
	display:block;
	width: 100%;
	height:60px;
	background-color:rgba(255,255,255,0.9);
	z-index:2;
	top:0;
	left:0;
	position:fixed;
}
.fixed{
	position:fixed;
}
header > .wrap{
	width:980px;
	height:60px;
	line-height:60px;
	margin:0 auto;
	
}
header > .wrap > #logo{
	width:150px;
	float:left;
}
header > .wrap > #logo > a > img{
	width:100%;
	transform: translateY(10px);
}
#globalmenu{
	width:100%;
	height:60px;
	padding-left:200px;
	box-sizing:border-box;
}
#globalmenu > .item{
	float:left;
	margin-left:40px;
	font-weight:bold;
	letter-spacing: 0.1em;
}
#globalmenu > .item > a{
	
}
#globalmenu > .item > .current{
	background-image: url(../images/top_contents_read_bg_bottom.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#main-visual{
	width:100%;
	height:400px;
	z-index:1;
	position:absolute;
	top:0;
	background-color:#eee;
}
#main-visual > .image{
	width:100%;
	height:100%;
	position: relative;
    left: 50%;
    margin-left: -714px;
}
#main-visual > .image > img{
	height:100%;
}

/*画面サイズ2000px以上*/
@media screen and (min-width:2000px) {
#main-visual{
	width:100%;
	/*height:400px;*/
	z-index:1;
	position:absolute;
	top:0;
	/*background-color:#eee;*/
}
#main-visual > .image{
	width:100%;
	height:100%;
	position: relative;
    /*left: 50%;
    margin-left: -714px;*/
}
#main-visual > .image > img{
	/*height:100%;*/
	width:100%;
}
}

#main-visual > .read{
	margin:auto;
	position:absolute;
	top:130px;
	left:0;
	right:0;
	text-align:center;
}
#main-visual > .read > .text{
	background-image:url(../images/topRead_bg.png);
	display:inline;
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4em;
	padding: 4px 0 4px 4px;
	color:#000;
}

#main-visual > .wrap_topButton{
	width:550px;
	position:absolute;
	top:250px;
	left:0;
	right:0;
	margin:auto;
}
#main-visual > .wrap_topButton > .button_left{
	float:left;
	width:230px;
}
#main-visual > .wrap_topButton > .button_right{
	float:right;
	width:230px;
}
#main-visual > .wrap_topButton > .button_left > a > img{
	width:100%;
}
#main-visual > .wrap_topButton > .button_right > a > img{
	width:100%;
}

#main-visual > .title{
	width:160px;
	height:65px;
	background-image:url(../images/topRead_bg.png);
	margin:auto;
	position:absolute;
	top:180px;
	left:0;
	right:0;
	text-align:center;
	padding: 5px 10px;
}
#main-visual > .title > .ja{
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3em;
	border-bottom: 2px solid #000;
}
#main-visual > .title > .en{
	font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2em
}



/*  Container
-----------------------------------------*/
#container {
  width: 100%;
  margin: 0 auto 0;
}

/*--top--*/
#container > .read{
	text-align:center;
	margin: 20px 0 50px 0;
}
#container > .info{
	text-align:center;
	margin: 20px 0 50px 0;
}
#container > .read > .text{
	background-image:url(../images/top_contents_read_bg.png), url(../images/top_contents_read_bg_bottom.png);
	background-repeat: repeat, repeat-x;
	background-position: left, bottom;
	display:inline;
	font-weight:bold;
	font-size:16px;
	padding: 0 0 0 8px;
}
.top_topics{
	width:800px;
	overflow:auto;
	margin:0 auto 60px;
}
.top_topics > .item{
	float:left;
	width:380px;
	height:165px;
	margin:0 20px 20px 0;
	background-image:url(../images/top_contents_topics_box.png);
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
}
.top_topics > .item:nth-child(2n){
	margin-right:0;
}
.top_topics > .item > .image{
	position:absolute;
	top:10px;
	left:10px;
	width:140px;
}
.top_topics > .item > .image > img{
	width:100%;
}
.top_topics > .item > .title{
	position:absolute;
	top:20px;
	left:170px;
	font-size: 15px;
	line-height:20px;
    font-weight: bold;
    max-width: 190px;
}
.top_topics > .item > .category{
	position:absolute;
	top: 50px;
    left: 170px;
}
.top_topics > .item > .category > .item{
	float:left;
	padding: 2px 2px;
	/*--background-color:#808080;--*/
	font-size: 10px;
    /*--color: #fff;--*/
	color:#000;
    margin-right: 0px;
	width: 180px;
}
.top_topics > .item > .more{
	position:absolute;
	top: 130px;
    right: 20px;
    font-size: 11px;
	color:#858585;
}

/*--aboutus--*/
.wrap_aboutus{
	width:900px;
	margin:auto auto 100px auto;
}
.topics{
	width:100%;
	height:450px;
}
.topics > .text{
	width:450px;
	height:450px;
	padding:0 20px;
	box-sizing:border-box;
}
.topics > .text > .title{
	border-bottom: 2px solid #000;
    margin: 20px 0;
    font-size: 18px;
	font-weight:bold;
}
.topics > .text > .item{
}

.topics > .image{
	width:450px;
	height:450px;
}
.topics > .image > img{
	width:100%;
}

.left{
	float:left;
}
.right{
	float:right;
}
.text_underline{
	background-image: url(../images/top_contents_read_bg_bottom.png);
    background-repeat: repeat-x;
    background-position: bottom;
	font-weight:bold;
}


/*--workflow--*/
.wrap_workflow{
	width:900px;
	margin:auto;
	margin: 0 auto 100px;
}
.wrap_workflow > .name{
	width:450px;
	height:35px;
	float:left;
	text-align:center;
	font-weight:bold;
	line-height: 35px;
	margin: 0 0 10px 0;
}
.wrap_workflow > .message{
	text-align:center;
	margin: 50px 0 50px 0;
}
.wrap_workflow > .message > .text{
	background-image:url(../images/top_contents_read_bg.png), url(../images/top_contents_read_bg_bottom.png);
	background-repeat: repeat, repeat-x;
	background-position: left, bottom;
	display:inline;
	padding: 0 3px 0 5px;
	font-weight:bold;
	font-size:16px;
}
.wrap_workflow > .box{
	width:900px;
	height:100%;
	margin: 0 0 30px 0;
}
.wrap_workflow > .box > .box_top{
	height:30px;
}
.wrap_workflow > .box > .box_top > img{
	width:100%;
}
.wrap_workflow > .box > .title{
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	background-image:url(../images/workflow_box_repeat.png);
	padding-left:40px;
}
.wrap_workflow > .box > .title > .text{
	background-image:url(../images/top_contents_read_bg.png), url(../images/top_contents_read_bg_bottom.png);
	background-repeat: repeat, repeat-x;
	background-position: left, bottom;
	display:inline;
	padding: 0 3px 0 5px;
	font-weight:bold;
}
.wrap_workflow > .box > .contents{
	width:100%;
	height:100%;
	overflow:hidden;
	background-image:url(../images/workflow_box_repeat.png);
}
.wrap_workflow > .box > .contents > .client{
	width:360px;
	float:left;
	margin: 0 0 0 40px;
}
.wrap_workflow > .box > .contents > .client > .img{
}
.wrap_workflow > .box > .contents > .client > .text{
	width: 90%;
	margin: 0 auto;
}

.wrap_workflow > .box > .contents > .our{
	width:360px;
	float:right;
	margin: 0 40px 0px 0;
}
.wrap_workflow > .box > .contents > .our > .img{
}
.wrap_workflow > .box > .contents > .our > .text{
	width: 90%;
	margin: 0 auto;
}
.wrap_workflow > .box > .contents > .arrow{
	float:left;
	padding: 80px 0 0 0;
}
.wrap_workflow > .box > .title_under{
	width: 100%;
	margin: 0 auto;
	background-image:url(../images/workflow_box_repeat.png);
}
.wrap_workflow > .box > .title_under > .text{
	width:840px;
	margin:0 auto;
	border-bottom:2px solid #000;
	font-weight:bold;
}
.wrap_workflow > .box > .contents > .img{
	width:840px;
	margin: 20px auto;
}
.wrap_workflow > .box > .contents > .img > img{
	width:100%;
}
.wrap_workflow > .box > .contents > .text{
	width:800px;
	margin:0 auto;
}
.box_check{
	width:100%;
	height:100px;
	position:relative;
}
.box_check > .icon{
	position:absolute;
	width:100px;
}
.box_check > .icon > img{
	width:100%;
}
.box_check > .check_text{
	position:absolute;
	left:0;
	right:0;
	top:7px;
	margin:0 auto;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}
.box_check > .check_text > .text{
	background-image: url(../images/top_contents_read_bg_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display:inline;
	letter-spacing: 0.2em;
}

/*--ourworks--*/
.wrap_ourworks{
	width: 900px;
    margin: auto;
}
.wrap_contents{
	width:100%;
	margin: 0 0 80px 0;
}
.wrap_contents > .title{
	margin: 0 0 20px 0;
    border-bottom: 1px solid #000;
	font-size: 16px;
	font-weight:bold;
	clear: both;
	overflow: hidden;
}
.wrap_contents > .title > .name{
	float: left;
}
.wrap_contents > .title > .url{
	float: right;
	font-weight: normal;
}
.wrap_contents > .title > .url > a{
	color: #ffca4a;
}
.wrap_contents > .img{
	margin: 20px 0 50px;
}
.wrap_contents > .box{
}
.wrap_contents > .box > .box_top{
	height:30px;
}
.wrap_contents > .box > .price{
	width: 100%;
	height:51px;
    margin: 0 auto;
	padding: 0 0 20px 40px;
	background-image:url(../images/workflow_box_repeat.png);
	box-sizing:border-box;
}
.wrap_contents > .box > .price > .text{
	background-image:url(../images/top_contents_read_bg_bottom.png);
	background-repeat: repeat-x;
	background-position:bottom;
	display:inline;
}
.wrap_contents > .box > .list{
	width: 100%;
	height:156px;
	margin: 0 auto;
	background-image:url(../images/workflow_box_repeat.png);
}
.wrap_contents > .box > .list > ul{
	width: 820px;
    margin: 0 auto;
	padding: 0;
    list-style: none;
	height: 100%;
    overflow: hidden;
	/*list-style-image:url(../images/ourworks_check_icon.png)*/
}
.wrap_contents > .box > .list > ul > .column{
	width: 360px;
    float: left;
}
.wrap_contents > .box > .list > ul > .column > li{
	padding: 0 0 5px 30px;
	background-image:url(../images/ourworks_check_icon.png);
	background-repeat:no-repeat;
	background-position-y: 4px;
}

.wrap_contents > .box > .box_bottom{
	height:36px;
}

/*--about--*/
.wrap_about{
	width:900px;
	margin:0 auto;
}
.about{
	height:100%;
	overflow:hidden;
	margin: 0 0 50px 0;
}
.wrap_about .title{
	border-bottom: 1px solid #000;
    margin: 0 0 20px;
	font-size: 16px;
    font-weight: bold;
}
.wrap_about .title2{
	border-bottom: 1px solid #000;
    margin: 100px 0 20px;
	font-size: 16px;
    font-weight: bold;
	text-align:center;
	padding-bottom:10px;
}
.about > .content{
	height:100%;
	overflow:hidden;
	margin: 0 0 30px 0;
}
.about > .content > .name{
	width:150px;
	float:left;
}
.about > .content > .item{
	width:750px;
	float:left;
}
.about > .head{
	width:250px;
	float:left;
	margin-right: 10px;
}
.about > .fukuoka{
	width:300px;
	float:left;
	margin-right: 20px;
	margin-left: 5px;
}
.about .img{
	margin: 0 0 10px 0;
}
.about .img2{
	margin: 0 0 92px 0;
}
.about .img img{
	max-height: 300px;
	max-width:  300px;
}
.about .img2 img{
	max-height: 300px;
	max-width:  300px;
}
.about .office_name{
	background-image:url(../images/top_contents_read_bg.png), url(../images/top_contents_read_bg_bottom.png);
	background-repeat: repeat, repeat-x;
	background-position: left, bottom;
	display:inline;
	padding: 0 3px 0 5px;
}
.about .address{
	width:100%;
}
.about > .shibuya{
	width:250px;
	float:left;
}

.access{
}
.access > .content{
	height:100%;
	overflow:hidden;
	margin: 0 0 30px 0;
}
.access > .content > .info{
	float:left;
	width:300px;
}
.access > .content > .google_map{
	float:right;
	width:600px;
}

/*--contact--*/
.wrap_contact{
	width:900px;
	margin:0 auto 80px;
}
.wrap_contact > .title{
	border-bottom: 1px solid #000;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: bold;
}
.wrap_contact > .message{
	margin: 0 0 30px 0;
}
.wrap_contact > .list{
	width:100%;
	height:100%;
	overflow:hidden;
	margin: 0 0 15px 0;
}
.wrap_contact > .list > .item{
	width:200px;
	float:left;
}
.wrap_contact > .list > .field{
	width:700px;
	float:left;
}
.wrap_contact > .button_send{
	text-align:center;
}
.wrap_contact > .button_send > .button_img{
	background-image:url(../images/contact_button.png);
	width:170px;
	height: 51px;
	border: none;
}

.button_bottom{
	width:450px;
	height: 200px;
	margin:auto auto 100px auto;
}
.button_bottom > .item{
	float:left;
	margin-right: 50px;
}
.column1{
	text-align:center;
}
.column1 > .item{
	margin:auto;
	float:none;
}
.button_bottom > .item:nth-child(2n){
	margin-right:0;
}

.select > select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 20px 2px 10px;
	background-image:url(../images/pulldown_icon.png);
	background-position:right;
	background-repeat:no-repeat;
}
.select > select::-ms-expand {
	display: none;
}

/* food plan */
#food_plan{
	
}
#food_plan h2{
	text-align: center;
	font-size: 30px;
    letter-spacing: 0.2em;
	margin: 0;
}
#food_plan h2 span{
	background-image:url(../images/top_contents_food_bg.png);
	padding: 0 4px 0 10px;
	font-size: 34px;
}
#food_plan .icon{
	text-align: center;
	margin: 50px 0;
}
#food_plan .icon_bowl{
	margin: 30px 0;
}
#food_plan .icon img{
	width: 125px;
}
#food_plan p.text01{
	text-align: center;
	font-size: 24px;
}
#food_plan p span{
	border-bottom: 4px solid #FFAEB1;
}
#food_plan p.text02{
	text-align: center;
	margin: 0 0 100px 0;
    font-size: 20px;
}
#food_plan h3{
	text-align: center;
	font-size: 26px;
	margin: 0;
}
#food_plan .icon_bowl img{
	width: 80px;
}

#food_plan .wrap_price{
	width: 100%;
	background-color: #FFAEB1;
	margin: 0 0 150px 0;
}
#food_plan .wrap_price .box{
	width: 920px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	font-size: 28px;
}
#food_plan .wrap_price .box .initial{
	width: 300px;
	float: left;
	margin: 55px 8px 65px 0;
}
#food_plan .wrap_price .box .initial .head{
	height: 155px;
	line-height: 155px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0 0 8px 0;
}
#food_plan .wrap_price .box .initial .price{
	height: 115px;
	line-height: 115px;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
}
#food_plan .wrap_price .box .monthly{
	width: 612px;
    float: right;
	margin: 55px 0 0 0;
}
#food_plan .wrap_price .box .monthly .head{
	height: 75px;
	line-height: 75px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0 0 8px 0;
}
#food_plan .wrap_price .box .monthly .head span{
	font-size: 16px;
}
#food_plan .wrap_price .box .monthly .head span.attent{
	font-size: 12px;
	vertical-align: top;
    position: relative;
    top: -0.6em;
}
#food_plan .wrap_price .box .device{
	text-align: center;
	margin: 0 0 8px 0;
    clear: both;
    overflow: hidden;
}
#food_plan .wrap_price .box .device .device_pc{
	width: 300px;
    float: left;
	height: 72px;
	line-height: 72px;
	background-color: rgba(255, 255, 255, 0.7);
}
#food_plan .wrap_price .box .device .device_sp{
	width: 300px;
    float: right;
	height: 72px;
	line-height: 72px;
	background-color: rgba(255, 255, 255, 0.7);
}
#food_plan .wrap_price .box .price{
	text-align: center;
	clear: both;
    overflow: hidden;
}
#food_plan .wrap_price .box .price .price_pc{
	width: 300px;
	height: 115px;
	line-height: 115px;
    float: left;
	background-color: rgba(255, 255, 255, 1);
}
#food_plan .wrap_price .box .price .price_sp{
	width: 300px;
	height: 115px;
	line-height: 115px;
    float: right;
	background-color: rgba(255, 255, 255, 1);
}
#food_plan .wrap_price .box .monthly p{
	font-size: 16px;
    margin: 10px 0 0 0;
}
#food_plan p.text03{
	text-align: center;
	font-size: 20px;
	margin: 0 0 50px 0;
}
#food_plan #characteristic{
	margin: 0 0 100px 0;
}
#food_plan #characteristic > .wrap_point{
	width: 1110px;
	margin: 0 auto;
}
#food_plan #characteristic .wrap_point .point_tit{
	font-size: 36px;
}
#food_plan #characteristic .wrap_point .point_tit span{
	background-image:url(../images/top_contents_food_bg.png);
	border-bottom: 4px solid #FFAEB1;
	padding: 0 10px;
}
#food_plan #characteristic .wrap_point h4{
	font-size: 28px;
    margin: 0 0 20px 0;
	font-weight: normal;
}
#food_plan #characteristic .wrap_point h4 span{
	border-bottom: 4px solid #FFAEB1;
}
#food_plan #characteristic .wrap_point h4 span.attent{
	font-size: 12px;
    vertical-align: top;
    top: -0.6em;
	border: none;
}
#food_plan #characteristic .wrap_point p{
	margin: 0 0 50px 0;
	font-size: 18px;
}
#food_plan #characteristic .table{
	width: 612px;
	margin: 0 auto 50px;
	clear: both;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
}
#food_plan #characteristic .table .price_mth{
	height: 54px;
	background-color: #f5dbca;
	line-height: 54px;
	margin: 0 0 6px 0;
}
#food_plan #characteristic .table .price_mth span{
	font-size: 16px;
}
#food_plan #characteristic .table > .light{
	width: 303px;
	float: left;
	margin: 0 0 6px 0;
}
#food_plan #characteristic .table > .standard{
	width: 303px;
	float:right;
	margin: 0 0 6px 0;
}
#food_plan #characteristic .table .name{
	background-color: #f5dbca;
	height: 54px;
	line-height: 54px;
	margin: 0 0 6px 0;
}
#food_plan #characteristic .table .price{
	background-color: #fbf1ef;
	height: 85px;
	line-height: 85px;
}
#food_plan #characteristic .table .point_mth{
	height: 54px;
	line-height: 54px;
	background-color: #d4e9f7;
	clear: both;
	overflow: hidden;
	margin: 0 0 6px 0;
}
#food_plan #characteristic .table .wrap_point{
	clear: both;
	overflow: hidden;
}
#food_plan #characteristic .table .wrap_point .light{
	width: 303px;
	height: 54px;
	line-height: 54px;
	float: left;
	background-color: #f1f9fd;
}
#food_plan #characteristic .table .wrap_point .standard{
	width: 303px;
	height: 54px;
	line-height: 54px;
	float:right;
	background-color: #f1f9fd;
}
#food_plan #characteristic .point_work{
	width: 612px;
	margin: 0 auto 50px;
	clear: both;
	overflow: hidden;
}
#food_plan #characteristic .point_work .work_detail{
	float: left;
    width: 386px;
}
#food_plan #characteristic .point_work .work_detail p{
	margin: 0;
    border-right: 1px solid #999;
	padding: 0 0 5px 0;
	font-size: 14px;
}
#food_plan #characteristic .point_work .work_detail p:first-child{
	border-bottom: 1px solid #999;
}
#food_plan #characteristic .point_work .point_detail{
	float: right;
    width: 226px;
}
#food_plan #characteristic .point_work .point_detail p{
	margin: 0;
	padding: 0 0 5px 0;
	text-align: center;
	font-size: 14px;
}
#food_plan #characteristic .point_work .point_detail p:first-child{
	border-bottom: 1px solid #999;
}
#food_plan #characteristic .plan_ex{
	width: 850px;
    margin: 0 auto 50px;
}
#food_plan #characteristic .plan_ex h4{
	font-size: 18px;
    font-weight: normal;
    margin: 0;
}
#food_plan #characteristic .plan_ex p{
	margin: 0 0 25px 0;
	font-size: 30px;
	text-align: center;
}
#food_plan #characteristic .plan_ex p span{
	border: none;
	display: block;
    font-size: 16px;
	text-align: left;
}
#food_plan #service{
	margin: 0 0 100px 0;
}
#food_plan #service .wrap_service{
	background-color: #FFAEB1;
	padding: 50px 0;
}
#food_plan #service .wrap_service .box{
	width: 916px;
    margin: 0 auto;
    background-color: #fff;
	box-sizing: border-box;
    padding: 10px 50px;
	font-size: 18px;
}
#food_plan #service .wrap_service .box p{
	padding-left: 1em;
	text-indent: -1.5em;
}
#food_plan #service .wrap_service .box p span{
	font-size: 16px;
	border: none;
}

#food_plan #other{
	margin: 0 0 100px 0;
}
#food_plan #other .box_option{
	width: 1100px;
    margin: 0 auto;
	font-size: 20px;
}
#food_plan #other .box_option h4{
	font-size: 30px;
}
#food_plan #other .box_option .wrap{
	clear: both;
	overflow: hidden;
	padding: 0 0 0 50px;
}
#food_plan #other .box_option .wrap .work{
	float: left;
}
#food_plan #other .box_option .wrap .price{
	float: right;
}
#food_plan #other .box_option p{
	padding: 0 0 0 50px;
}
#food_plan #other .box_option p span{
	display: block;
	border: none;
	text-align: right;
}
#food_plan #other .box_option p span a{
	border-bottom: 1px solid #999;
}


/*  Footer
-----------------------------------------*/
footer{
	width:100%;
	height:100px;
	background-color:#fff;
}
footer > .foot_menu{
	width:700px;
	height:100px;
	line-height:100px;
	margin:0 auto;
}
footer > .foot_menu > .item{
	float:left;
	margin-right:35px;
	color:#000;
}
footer > .foot_menu > .item:last-child{
	margin-right:0;
}
footer > .copyright{
	width:100%;
	text-align:center;
	color:#000;
	background-color:#fff;
	font-size:12px;
	padding-bottom:30px;
}
.contetxt{

}
.textcenter{
	margin-top:500px;
}

.red {color:#F00;}

.infocontetxt{
	margin: 0 auto;
	width: 600px;
	padding: 10px;
	border: medium solid #ff0000;

	
}




