@charset "utf-8";

/* --------------------------------------------------
reset
-------------------------------------------------- */
html,body,div,span,applet,object,iframe,hr,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,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,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}input,select,img{vertical-align:bottom}img{border:0;line-height:0}br{letter-spacing:0}html{height:100%;min-height:100%}body{-webkit-text-size-adjust:100%}
/* -------------------------------------------------------------- */

body {
color:#333;
font-size:small;
/*font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
line-height:1.5;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#0000ff;text-decoration:none;}
a:hover{color:#ff0000;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
width:100%;
margin:0 auto;
/*padding:0 1%;*/
position:relative;
}




/*************
/* ヘッダー
*************/
#header{
height:110px;
}

#header h1{
padding:0px 0px 0px 0px;
font-size:50px;
font-weight:normal;
}




/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:17px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
}



/*************
メイン コンテンツ
*************/
.content {
    padding: 10px 3px;
    margin-bottom: 10px;
    background: #73005b;
    border: 2px solid #ddce04;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fbfffc;
    overflow: hidden;
}



.content img {
	margin: 5 auto 10px;
	display: block;
}

.content p {
	margin: 0 0 10px;
}

.content header {
	min-height: 85px;
	display: table;	
}


h2.heading {
    margin: 0 0 10px;
    padding: 0  35px;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size:28px 28px;
    
}

section.content img{
max-width:100%;
height:auto;
}


article{
    font-size: 100%;
    padding:8px 0px;
}

/****
#header,#wrapper,.inner{
    width:640px;
    padding:0;
    margin:0 auto;
}
******/

/*************
/* フッター
*************/
#footer{
clear:both;
overflow:hidden;
padding:5px 5px 5px 5px;
background:#f3f3f3;
}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:10px;
color:#333;
background:#dbdbdb;
}




