/* CSS Document */
/* リセットCSS
-------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a{
	outline:none;
}

/* clearfix
-------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* バックナンバーページ
-------------------------------------------*/
body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",osaka,sans-serif;
	font-size:13px;
	color:#666;
	line-height:1.5em;
}
a:link {
	color:#66CCFF;
	text-decoration:underline;
}
a:visited {
	color:#66CCFF;
	text-decoration:underline;
}
a:hover {
	color:#66CCFF;
	text-decoration:underline;
	background-color:#FF0;
}
a:active {
	color:#66CCFF;
	text-decoration:underline;
}
#magazine{
	background-color:#DDDDDD;
}
#wrapper{
	width:763px;
	margin:0 auto;
	background:url(../img/magazine/bg.jpg) repeat-y left top;
}
h1{}
#header{
	background:url(../img/magazine/titlelogo.jpg) no-repeat left top;
	width:763px;
	height:178px;
}
#header img#header1{
	margin:52px 0 0 29px;
}
#header img#header2{
	margin:0 0 0 255px;
}
#header a:link {}
#header a:visited {}
#header a:hover {
	background-color:transparent ;
}
#header a:active {}

#container{
	width:733px;
	margin:0 auto;
	padding:15px 0 15px 0;
}
#container_right{
	float:right;
	display:inline;
	width:185px;
	line-height:2em;
}
#container_right ul{}
#container_right ul li{}
.issue_y{
	text-indent:1.5em;
	background:url(../img/magazine/icon_bk.jpg) no-repeat 0 8px;
}
.komado{
	padding-left:1.5em;
	background:url(../img/magazine/icon_arrow_r.jpg) no-repeat 0 1px;
	line-height:1.2em;
	margin-top:0.4em;
}

#container_left{
	float:left;
	display:inline;
	width:515px;
}
h2{}
#container_left_in{
	border:1px solid #CCC;
	border-top:none;
	background-color:#FFF;
	width:513px;
	padding-bottom:15px;
}
#contents_title{}
#contents_title img{}
.contents{
	padding-top:15px;;
}

.cont_left{
	float:left;
	display:inline;
	width:320px;
	margin-left:10px;
}
h3{}
.cont_num{
	font-size:24px;
	color:#66CCFF;
	line-height:2em;
}
.index{}
.cont_title{
	font-size:14px;
	font-weight:bold;
}
.cont_title_sub{
	font-size:12px;
	font-weight:normal;
}
.cont_text{
	font-size:12px;
	color:#999;
	padding-left:20px;
	margin:1em 0 1em 0;
}
.komado_num{
	padding-right:0.5em;
}
.cont_text_link{
	display:block;
	text-indent:1.5em;
	background:url(../img/magazine/icon_arrow_r.jpg) no-repeat 0 2px;
}
.cont_text_link2{
	display:block;
	padding-top:2px;
}


.cont_right{
	float:right;
	display:inline;
	width:152px;
	margin-right:10px;
}
.cont_right img{}

.page_top{
	border-bottom:1px solid #CCC;
	margin:50px 10px 5px 10px;
	text-align:right;
}
.page_top a{}
.page_top img{}
address{
	text-align:right;
	padding:20px 20px 20px 0;
	background:url(../img/magazine/bg_bottom.jpg) no-repeat left bottom;
	font-size:12px;
	color:#999;
}
address a:link {
	color:#666;
	border:none;
	text-decoration:none;
}
address a:visited {
	color:#666;
	border:none;
	text-decoration:none;
}
address a:hover {
	color:#999;
	border:none;
	text-decoration:underline;

	background-color:transparent ;
}
address a:active {
	color:#666;
	border:none;
	text-decoration:none;
}


/* オフィスの小窓からページ
-------------------------------------------*/
#komado{
	background-color:#DDDDDD;
}
#komado .cont_text_link{
	text-indent:0;
	padding-left:1.5em;
	background:url(../img/magazine/icon_pdf.jpg) no-repeat 0 2px;
}


/* 2周年キャンペーンページ
-------------------------------------------*/
#thanks2nd_anni{
	border-bottom:1px solid #CCC;
	margin:0px 15px;
}
#thanks2nd_anni img{
	padding-bottom:5px;
}
#thanks2nd_form{
	margin:0px 15px;
}
#thanks2nd_form_title{
	/* text-align:center; */
	margin:5px 0px;
	padding:15px 5px 10px;
}
#banner{
	margin-top:10px;
}
.labelsel {
	cursor: hand;
	border-bottom: 1px dotted #66CCFF;
}
#formspace{
	background:url(../img/magazine/memo_bg.gif) repeat-y left top;
	padding:20px;
}
.formtitle{
	line-height:2.5em;
	font-weight:bold;
	color:#66CCFF;
}
.formcont{
	margin-bottom:1em;
}
.formcont span{
	margin-right:0.5em;
}
.quest{
	margin-left:1em
}
.ans{
	background-color:#FFF;
	border:solid 1px #CCCCCC;
	margin:0.5em 0 0.5em 40px;
	padding:4px 2em 4px 2em;

	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
p#kansou_text{
	font-weight:bold;
	color:#66CCFF;
	margin:0.8em 0 0.8em 0;
	text-indent:-1em;
	padding-left:1em;
}
#kansou{
	padding:4px;
	height:4em;
	overflow:auto;
	border:solid 1px #CCCCCC;
	background-color:#FFF;
	font-size:1em;
	color:#666;
	width:423px;
	margin-left:40px;

	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
p#kansou_button{
	text-align:center;
	margin:2em 0 1em;
}
p#kansou_button input{
	padding:10px 20px 10px;
	background-color:#66CCFF;
	color:#FFFFFF;
	border:1px solid #CCC;
	cursor: hand;
	
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
p#kansou_button input:hover {
	color:#66CCFF;
	text-decoration:underline;
	background-color:yellow;
	cursor:hand;
	cursor:pointer;
}

#user_info{
	margin-top:30px;
	border-top:double 3px #CCC;
	border-bottom:double 3px #CCC;
}
#user_info dt{
	float:left;
	width:150px;
	display:inline;
}
#user_info dd{
	float:none;
}
#user_info_title{
	margin:0.8em 0 1.2em 0;
	text-indent:-1em;
	padding-left:1em;
}
#user_info .ans{
	background-color:#FFF;
	border:solid 1px #CCCCCC;
	margin:0;
	margin:0 0 0.5em;
	padding:4px;
	
	font-size:1em;
	color:#666;

	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

}
#user_info .ans1{
	width:110px;
}
#user_info .ans2{
	width:270px;
}
#user_info .ans3{
	width:270px;
}
