﻿@charset "UTF-8";

.clear:after,
.clearfix:after,
.c_clearfix:after,
section:after,
header:after,
article:after,
footer:after,
article .section:after{
	content : " ";
	display : block ;
	height : 0 ; 
	visibility : hidden ;
	clear : both ;
}

body{
	background-color : #F4A460 ;
	font-size : 14px ;
	font-family : Helvetica,Arial,’Hiragino Kaku Gothic Pro’,'ヒラギノ角ゴ Pro W3','Droid Sans',sans-serif; ;
	color : #000 ;
	-webkit-text-size-adjust : none ;
}

body a{
	color : #630 ;
	text-decoration : underline ;
}
body textarea,
body input,
body select,
body button{
	font-size : 14px ;
	font-family : Helvetica,Arial,’Hiragino Kaku Gothic Pro’,'ヒラギノ角ゴ Pro W3','Droid Sans',sans-serif; ;
}

body article p,
body article li,
body article dt,
body article dd,
body article th,
body article td{
	line-height : 140% ;
}

body footer#globalFooter{
}
body footer#globalFooter ul{
	padding : 0 20px ;
	margin : 0 0 10px ;
	text-align : center ;
}
body footer#globalFooter ul li{
	display : inline ;
	padding : 0 7px ;
	line-height : 200% ;
	white-space : nowrap ;
}
