@charset "utf-8";
/* ------------------------------------------- CSS Information
 File Name:      default.css
----------------------------------------------------------- */


/* スマホ対応 */

body {
    -webkit-text-size-adjust: 100%;
}

article, aside, figure, figcaption, footer, header, nav, section {
display: block;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,span,a,pre,form,fieldset,input,textarea,p,blockquote,table,tr,th,td,img
{
	margin: 0;
	padding: 0;
}
{
	margin: 0;
	padding: 0;
}

h2
{
	color: #069;
}	

h4  {
	color: #3399CC;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-image: url(../_img/h4_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9E9EE;
}


h3
{
	color: #FFF;
	background-image: url(../_img/q_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	padding-top: 20px;
	height: 100px;
	font-size: 24px;
	line-height: 32px;
}

h5
{
	color: #FFF;
	background-image: url(../_img/q_bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	padding-top: 20px;
	height: 100px;
	font-size: 24px;
	line-height: 32px;
}

h1,h2,h3,h5,h6
{
	font-weight:normal;            /*h1～6の太字をノーマルに*/
}

ol,ul,li
{
	list-style:none;               /*リストのブレッドを消す*/
}

img,fieldset
{
	border: 0;
	vertical-align: bottom;        /*画像下のスペースをなくす*/
}

textarea
{
	font-size: 100%;               /*テキストエリア内文字サイズのブラウザ間での差異をなくす*/
}

table
{
	border-collapse: collapse;    /*隣接するセルのボーダーを重ねて表示する*/
	border-spacing: 0; 
}

.abc
{
	background-color:#909;
	color:#FFF;
	font-weight:bold;
	margin-bottom:20px;
	padding:10px;
}

