@charset "utf-8";
/* *********************************************************** */
/*   SiteName   : 中日新聞定期購読公式申込サイト               */
/*   FileName   : common.css                                   */
/*   LastUpDate : 2016.05.09                                   */
/* == TOC ==================================================== */
/*   1 : Browser Default Styles Reset                          */
/*   2 : Element Style                                         */
/*   3 : Layout Style                                          */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/*                         1. Browser Default Initialization   */
/* ----------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,p,blockquote,table,th,td { margin:0; padding:0;font-size:100%; font-weight:normal;}
img { border:0; vertical-align:bottom; line-height:0;}
a {outline:none;}
iframe{overflow:hidden;}

ul,dl,ol {text-indent: 0;}
li {list-style:none;}

address,caption,cite,code,dfn,em,strong,th,var { font-style:normal;}

sup { vertical-align:text-top;}
sub { vertical-align:text-bottom;}

form {margin: 0;padding: 0;}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}
* html input,* html textarea,* html select { font-size:100%;} 
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select { font-size:100%;}

table { border-collapse:collapse; border-spacing:0; font-size:inherit; font:100%;}
th,td { text-align:left; vertical-align:top;}
caption { text-align:left;}

pre,code,kbd,samp,tt { font-family:monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt { font-size:108%; line-height:100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt { font-size:108%; line-height:100%;}

input,select,textarea { font-size:100%; font-family:Verdana, Helvetica, sans-serif;}

body{font-family: "MS Pゴシック","メイリオ",sans-serif;}
/* _______________________________________________ CLEAR FIX _ */
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ----------------------------------------------------------- */
/*                                         2 : Element Style   */
/* ----------------------------------------------------------- */
body {
	background:#fff;
	color: #333333;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
}



/* ----------------------------------------------------------- */
/*                                           3. Layout Style   */
/* ----------------------------------------------------------- */
/* __________________________________________________ Layout _ */


/* __________________________________________________ Header _ */
#header {
	width: 100%;
	text-align: left;
	margin: 0;
	padding:0 0 15px 0;
	background: url(../images2/head_line.gif) repeat-x bottom;
}
.logo {
	margin: 13px 0 0 17px;
	padding: 0;
}

/* -----内容　コンテンツ------*/

#content {
	/*width: 930px;*/
	margin: 0px auto 10px;
}

.sttl,.sttl02 {
	color:#004287;
	padding: 5px 5px;
	font-size: 34px;
	font-weight: bold;
	border-top:2px solid #004287;
	border-bottom:2px solid #004287;
	text-align: center;
	letter-spacing: 0.05em;
}
.sttl03 {
	color:#fff;
	padding: 5px 5px;
	font-size: 34px;
	font-weight: bold;
	background-color: #004287;
	text-align: center;
	letter-spacing: 0.05em;
}
/* -----画像------*/

.fullwidth{
	width:100%;
	height:auto;
}

/* -----フッター------*/

#footer {
	padding: 20px 0 30px 0;
	text-align: right;
	width:930px;
	margin: 5px auto 10px;
}

.pagetop {
	color: #2636A5;
}

.pagetop a:link{
	background: url(../images2/ptop_a.gif) left no-repeat;
	padding: 0 0 0 15px;
	color: #2636A5;
	text-decoration: none;
}
.pagetop a:visited{
	background: url(../images2/ptop_a.gif) left no-repeat;
	padding: 0 0 0 15px;
	color: #2636A5;
	text-decoration: none;
}
.pagetop a:active{
	background: url(../images2/ptop_a.gif) left no-repeat;
	padding: 0 0 0 15px;
	color: #016CEF;
	text-decoration: underline;
}
.pagetop a:hover{
	background: url(../images2/ptop_a.gif) left no-repeat;
	padding: 0 0 0 15px;
	color: #016CEF;
	text-decoration: underline;
}

.copy {
	font-size: 10px;
	color: #666;
	padding: 30px 0 0 0;
	letter-spacing: 1px;
}

/* -----フォント-----*/

.txtlb {
	font-size: 28px;
	font-weight: bold;
}

/* -----リンク-----*/

a:link{
	color: #333;
	text-decoration: underline;
}
a:visited{
	color: #333;
	text-decoration: underline;
}
a:active{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #333;
	text-decoration: none;
}
