@charset "UTF-8";
/*
	Theme Name: HASEGAWA WEB SITE
	Description: ハセガワウェブサイトのテーマ
	Theme URI: 
	Author: aono
	Author URI:
	Version: 
	License: 
	License URI: 
	Tags: 

/* フォーマット */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc;
	margin-left:20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
 
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 基本設定 */

@charset "UTF-8";
body{margin:0px;
padding:0px;
font-family: 
'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  line-height: 1.4;}

a {
	color: none;
	text-decoration: none;}
a:hover {
	color: none;
    text-decoration: none;
    opacity: 0.5;
	filter: alpha(opacity=50);}
a img {
    border-style:none;}/* CSS Document */

/* ヘッダー */

#a_header{
	position:relative;
	max-width:1041px;
	min-height:125px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#a_header:after{
content: "";
clear:both;
display:block;
}

#a_gsite{
	position:absolute;
	top:10px;
	right:0px;
	font-size:0.8em;
	}

#a_header_logo{
	width:auto;
	height:65px;
	margin-top:30px;
	float:left;
	}
	
#a_header_logo img{
	margin-right:15px;
	}

#a_site_title{
	width:auto;
	height:65px;
	line-height:65px;
	margin-top:30px;
	float:left;
	}

/* メニューバー */
	
#a_menubar_base{
width:100%;
min-height:51px;
background-color:#3a3a3a;
margin-bottom:25px;
}
#a_menubar_base:after{
content: "";
clear:both;
display:block;
}

#a_menubar{
	max-width:1041px;
min-height:51px;
line-height:51px;
text-align:left;
color:#fff;
font-size:14px;
margin-left:auto;margin-right:auto;
}

#a_menubar a{
	color:#fff;
	display:block;
	width:auto;
	padding-right:25px;
	float:left;
}

#a_menubar .a_select{
	position:relative;
	color:#fff;
	display:block;
	width:auto;
	padding-right:25px;
	float:left;
}

#a_menubar .a_select:before{
		content: "";
  position: absolute;
  bottom:0px;
  left:10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}



#a_olshop a{
	color:#fff;
	display:block;
	width:auto;
	float:right;
	padding:0px 25px;
	text-align:center;
	background-color:#e23c2f;
}

/* 検索ボックス */

	
#a_sarch_title{
	width:auto;
	height:50px;
	line-height:50px;
	text-align:left;
	float:right;
color:#3a3a3a;
font-size:15px;
margin-top:40px;
margin-left:15px;
font-weight:bold;
}
	
#a_sarchbox{
	width:350px;
	height:50px;
	text-align:left;
	float:right;
margin-top:40px;
margin-left:5px;
}

/* グーグルカスタム検索BOXをカスタマイズ */

#a_gsc{
    width:auto;
	height:auto;
    position:relative;
	margin:0px;
	padding:0px;
}
#a_gsc .gsc-control-cse, 
#a_gsc .gsc-control-cse-ja,
#a_gsc .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
/* テキスト入力フォームとボタンの位置 */
#a_gsc table.gsc-search-box td,
#a_gsc table.gsc-search-box input {
    vertical-align: top !important;
}
/* テキスト入力フォーム */
#a_gsc input[type="text"]{
    border: 1px solid #3a3a3a !important;
	height:30px !important;
width:260px !important;
margin:0px;
padding:0px;
}
#a_gsc input[type="text"]:focus {
    border: 1px solid #3a3a3a !important;
    outline: 0;  /*safariの自動フォーカスを切る */
}
/* テキスト入力フォームの影を消す */
#a_gsc #gsc-iw-id1{
    border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#a_gsc #gs_tti0 input{
    background-position:5px 5px !important;
}
/* ボタンの色 */
#a_gsc input.gsc-search-button {
height:32px !important;
background: #3a3a3a !important;
background: -ms-linear-gradient(top,  #000 0%,#000 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
border: 0px !important;
}
/* ボタンの位置調整と角丸消し */
#a_gsc .gsc-search-button{
    margin:0px !important;
    border-radius:0;
}
/* 入力時に出る「×」ボタンの位置調整 */
#a_gsc .gsib_b a{
    position:absolute;
    top:0px;
    left:185px;
}
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#a_gsc .gsib_b span{
        box-sizing: border-box;
   -moz-box-sizing: border-box;
        padding:2px 0 0 0;
}

/* 検索BOXカスタマイズ以上 */



/* メインカラム */	
#a_wp_main{
	width:1041px;
	min-height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom:25px;
margin-top:25px;
}
#a_wp_main:after{
content: "";
clear:both;
display:block;
}

	
/* 左カラム */	
#a_wp_l{
	width:300px;
	margin-right:25px;
	height:auto;
	float:left;}
#a_wp_l:after{
content: "";
clear:both;
display:block;
}
	
	
/* 右カラム */	
#a_wp_r{
	width:714px;
	height:auto;
	float:right;}
#1_wp_r:after{
content: "";
clear:both;
display:block;
}
	
	
	
/* メインタイトルボックス */	
.a_title_box{
	position:relative;
	height:auto;
	padding:10px;
	background-color:#f4f4f4;
	font-size:20px;
	color:#151515;
	font-weight:bold;
	margin-bottom:25px;
	text-align:left;}
	

	
.a_title_box2{
	position:relative;
	min-height:30px;
	line-height:30px;
	padding:10px;
	background-color:#f4f4f4;
	font-size:13px;
	color:#151515;
	margin-bottom:25px;
	text-align:left;}
	
.a_title_box2 a{
	color:#151515;}

.a_title_box2 img{
		position:absolute;
		margin:auto;
		right:5px;
		top:0;
		bottom:0;}
	

/* タイトルボックス内メニュー */	

.a_title_box_menu{
	position:absolute;
	height:20px;
	line-height:20px;
	top:15px;
	right:15px;
	font-size:13px;
	font-weight:normal;}
	
.a_title_box_menu a {
	color:#151515;}
	
	


/* メインボックス */	
.a_box1,
.a_box2,
.a_box3{
	position:relative;
	height:auto;
	border:1px solid #e3e3e3;
	padding:10px;
	font-size:15px;
	color:#555;
	background-color:#fff;
	line-height:25px;
	margin-bottom:25px;
	text-align:left;}
.a_box1:after,
.a_box2:after,
.a_box3:after{
content: "";
clear:both;
display:block;
}
	
.a_box1 a {
	color:#555;}

.a_box2 a,
.a_box3 a {
	color:#e23c2f;}

.a_box4 {
	padding:0px;}
	
	
.a_box1 .title,
.a_box1 .title_m,
.a_box1 .title_ip{
        position:relative;
	width:260px;
	height:auto;
	padding:2px 10px;
	border-bottom:1px solid #fff;
	background-color:#f4f4f4;
	font-weight:bold;
	color:#151515;}	
	
.a_box1 .title_m{
	background-color:#e7f4ec;}	
.a_box1 .title_ip{
	background-color:#f3e9f2;}	

.a_box1 .title a,
.a_box1 .title_m a,
.a_box1 .title_ip a{
	color:#151515;}	
	

/* メインボックス（各カラム内デノセッテイ） */	
#a_wp_l .a_box1{
	max-width:300px;}
	
#a_wp_r .a_box1{
	max-width:714px;}
	
.a_box1 h3,.a_box1 h3 a{color:#151515;
	font-weight:bold;}
	
/* バナーボックス */	

.a_bn_box{
	width:714px;
	height:auto;}
.a_bn_box:after{
	content: "";
	clear:both;
	display:block;
}
	
.a_bn_box img{
	width:221px;
	height:auto;
	margin-right:25px;
	margin-bottom:25px;
	float:left;}
	
/* バナーボックス(最初ノ画像) */	
	
.a_bn_box img:nth-child(1){
	width:714px;}
	
/* バナーボックス(3ノ倍数+1ノ画像) */	
	
.a_bn_box img:nth-child(3n+1){
	margin-right:0px;}
	
	
	
/* アイテム一覧ボックス */	


.a_item_box{
margin-bottom:25px;
}

.a_item_box:after{
content: "";
clear:both;
display:block;
}

.a_item_box a:hover {
    opacity: 1;
	filter: alpha(opacity=100);}

.a_item_box li{
        position:relative;
	width:217px;
	height:235px;
	padding:10px;
	border-bottom:1px solid #e3e3e3;
	border-top:0px;
	border-left:0px;
	border-right:1px solid #e3e3e3;
	float:left;
	list-style:none;
	background-color:#fff;
	text-align:left;}
.a_item_box li:after{
content: "";
clear:both;
display:block;
}

	
.a_item_box li:hover{
	color: none;
	text-decoration: none;
	background-color: #f4f4f4;
}
	
/* アイテム一覧ボックス(最初ノ３ツ) */	
	
.a_item_box li:nth-child(1),
.a_item_box li:nth-child(2),
.a_item_box li:nth-child(3){
	border-top:1px solid #e3e3e3;}
	

/* アイテム一覧ボックス(1番目or3ノ倍数プラス１) */	
	
.a_item_box li:nth-child(1),
.a_item_box li:nth-child(3n+1){
	width:216px;
    border-left:1px solid #e3e3e3;}

.a_item_img{
	width:216px;
	height:125px;
	display: table-cell;
    vertical-align: middle;}
	
.a_item_img img{
	width:100%;
	height:auto;}
	
.a_item_img2{
	width:216px;
	height:125px;
	text-align:center;}
	
.a_item_img2 img{
	width:auto;
	height:100%;}
	
.a_item_scale{
	width:auto;
	height:20px;
	margin-bottom:5px;
	margin-top:10px;
	background-color:#151515;
	float:left;
	color:#fff;
	font-size:13px;
	line-height:20px;
	padding:0px 5px;}
	
.a_item_topic,
.a_item_topic_ip,
.a_item_topic_m,
.a_item_topic_re{
	width:auto;
	height:20px;
	margin-bottom:5px;
	margin-top:10px;
	background-color:#e23c2f;
	float:left;
	color:#fff;
	font-size:13px;
	line-height:20px;
	padding:0px 5px;
	border-left:1px solid #fff;}
	
.a_item_topic_ip{
	background-color:#8b2082;}

.a_item_topic_m{
	background-color:#009844;}
	
.a_item_topic_re{
	background-color:#f26900;}	
	
.a_item_icon{
	width:auto;
	height:20px;
	margin-bottom:5px;
	margin-top:10px;
	float:right;}
	
.a_item_title{
	width:216px;
	height:52px;
	float:left;
	font-size:15px;
	line-height: 18px;
	font-weight:bold;
	color:#151515;
	margin-bottom:10px;}
	
.a_item_day{
	width:auto;
	height:13px;
	float:left;
	font-size:13px;
	color:#555;}
	
.a_item_no{
	width:auto;
	height:13px;
	float:right;
	font-size:13px;
	color:#555;}

/*    トップバナー */	

#a_topbn{
	width:714px;
	height:auto;}
#a_topbn:after{
content: "";
clear:both;
display:block;}

#a_topbn a{
	float:left;
        margin:0px 24px 25px 0px;}
	
#a_topbn a:first-child{
       margin:0px 0px 25px 0px;}

#a_topbn a:nth-child(3n+1){
	margin-right:0px;}

#a_topbn a:hover {
        opacity: 0.5;
	filter: alpha(opacity=50);}

#a_topbn img {
      border:1px solid #e3e3e3;}


/*    フッター */	

#a_footer_base{
width:100%;
background-color:#3a3a3a;
margin-top:60px;
}
#a_footer_base:after{
content: "";
clear:both;
display:block;
}

#a_footer{
position:relative;
max-width: 1044px;
height: auto;
margin-left:auto;
margin-right:auto;
padding-bottom:50px;
text-align: left;
color: #fff;}
#a_footer:after{
content: "";
clear:both;
display:block;}

#a_backtopbtn{
	position:absolute;
	top:-30px;
	right:0px;
	display:block;
	width:auto;
	height:30px;
	text-align:center;
	line-height:30px;
	background-color:#3a3a3a;
	padding:0 10px;
	}

#a_footer_menu{
width: auto;
min-height: 65px;
line-height:65px;}

#a_backtopbtn a,
#a_footer_menu a{
	color:#fff;}


#a_footer_link{
	width:auto;
	height:auto;}
#a_footer_link:after{
content: "";
clear:both;
display:block;}

#a_footer_link a{
	float:left;
	margin:0px 25px 25px 0px;}

#a_footer_link a:nth-child(6n){
	margin:0px 0px 25px 0px;}
	
#a_footer_link a:hover {
        opacity: 0.5;
	filter: alpha(opacity=50);}
	
#a_footer_cmp{
width:auto;
height: 70px;
line-height:70px;
font-size:0.8em;
float:left;
}

/*    アオノスペース */	

#aono{
	float:right;
	min-width:100px;
	height:70px;
	text-align:right;
	}

#fukidashi{
	position: relative;
	width:auto;
	height:45px;
	line-height:45px;
	padding:0 30px;
	background-color:#f4f4f4;
	color:#151515;
	float:left;
	margin:12px 20px 0px 0px;
	-moz-border-radius: 15px;    /* Firefox */
-webkit-border-radius: 15px; /* Safari,Chrome */
border-radius: 15px;         /* CSS3 */
	}
	
#a_fukidashi:before{
	content: "";
  position: absolute;
  top:12px;
  right:-10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #f4f4f4;
    border-bottom: 10px solid transparent;
}


/*    トピックス */	

.a_topic{
	font-size:0.9em;
	color:#e23c2f;}
	
.a_select2{
	position:relative;
	color:#e23c2f;
	font-weight:bold;}
	
.a_select2:before{
  content: "";
  position: absolute;
  top:32px;
  left:10px;
  width: 0;
  height: 0;
  border-top: 10px solid #e3e3e3;
  border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
	
.a_select2:after{
  content: "";
  position: absolute;
  top:30px;
  left:10px;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
	
		
/*    20151221加筆 */	

#a_item_img{
	width:auto;
	height:auto;
	float:left;
	border:1px solid #e3e3e3;
	margin-bottom:10px;}
	

.a_thumbnail{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:25px;}
	
.a_thumbnail img{
	float:left;
	width:auto;
	height:80px;
	margin-right:10px;
	margin-bottom:10px;}

#a_item_logo{
	position:absolute;
	top:10px;
	right:10px;
	max-width:150px;
	min-height:27px;}
	
#a_item_title{
	font-size:20px;
	font-weight:bold;
	width:100%;
	margin-bottom:25px;
	float:left;}
	
	.a_box1 .a_item_scale,
	.a_box1 .a_item_topic,
	.a_box1 .a_item_topic_ip,
	.a_box1 .a_item_topic_m,
	.a_box1 .a_item_topic_re{
	margin-top:0px;}
	
.a_shop_btn a{
	width:340px;
	height:50px;
	line-height:50px;
	text-align:center;
	margin-right:10px;
	margin-top:15px;
	background-color:#f4f4f4;
	color:#151515;
	float:left;}
.a_shop_btn a:nth-child(2){
	margin-right:0px;}
	
#a_item_date{
	width:auto;
	height:auto;
	float:left;
	margin-left:25px;
	font-size:12px;}
	
#a_item_date img{
	width:auto;
	height:40px;
	margin-right:10px;
	margin-bottom:10px;}
	
#a_bloginfor a{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:10px;}
	
#a_bloginfor a:last-child{
	margin-bottom:0px;}
	
#a_bloginfor a img{
	float:left;
	width:auto;
	height:80px;
	margin-right:10px;}


.a_box1 .title img{
	position:absolute;
	top:5px;
	right:0px;}		



	/*    TEST */	
	
#a_itemimgs{
	width:100%;
	height:auto;
	float:left;}
#a_itemimgs:after{
content: "";
clear:both;
display:block;}

#a_itemimgs p{
padding:0px;
margin: 0px;}

#a_itemimgs img{
	float:left;
	width:auto;
	height:80px;
	margin-right:10px;
	margin-bottom:10px;}
	
#a_itemtexts{
	width:100%;
	height:auto;
	float:left;
	margin-top:15px;}

#a_itemtexts p{
padding:0px;
margin: 0px;}
#a_itemtexts ul{
margin:0px;
padding:0px 0px 0px 20px;}

	/****************************************

          製品個別ページ
		  
*****************************************/

.a_pacimg{
width: 265px;
height: auto;
float: left;
margin-bottom: 20px;}
.a_pacimg img{
width: 100%;
height: auto;
border: #e6e6e6 1px solid;}

.a_pacimg2{
width: auto;
height: 265px;
float: left;
margin-bottom: 20px;}
.a_pacimg2 img{
width: auto;
height: 100%;
border: #e6e6e6 1px solid;}

.a_pacimg3{
width: 265px;
height: 150px;
line-height: 150px;
background-color: #e6e6e6;
float: left;
text-align:center;}

.a_itemdate_r{
width: 385px;
height: auto;
font-size: 1em;
margin-left: 20px;
float: left;
margin-bottom: 20px;}


/****************************************

     製品ページトピックアイコン&ロゴスペース
		  
*****************************************/

.a_topicmarks{
width: 385px;
height: auto;
float: left;
text-align: left;
margin-top:5px;
margin-bottom:20px;
}
.a_topicmarks:after{
content: "";
clear:both;
display:block;}

.a_topicmarks img{
margin-right:10px;
}

/****************************************

    SNSボタン 20150315
		  
*****************************************/

#a_snsbtnwp{
display: table-cell;
width:auto;
height:40px;
vertical-align: middle;
}

.a_snsbtnbox{
width:auto;
height:auto;
float:left;
margin-right:10px;
}

.red a{color:#e23c2f;}

/****************************************

    75周年マーク表示
		  
*****************************************/


.logo75 img{
	position:absolute;
	top:5px;
	right:5px;
}


/****************************************

   旧CSSより
		  
*****************************************/

.pager2{
width: 715px;
height: 45px;
line-height: 45px;
float: left;
text-align: center;}

.h_bnspace{
width: 300px;
height: auto;
margin-bottom: 5px;}
.h_bnspace img{
margin-bottom: 5px;
border:1px solid #dcdcdc;}

#snsbtnwp{
display: table-cell;
width:auto;
height:40px;
vertical-align: middle;
}

.snsbtnbox{
width:auto;
height:auto;
float:left;
margin-right:10px;
}

/****************************************

   投稿フォームBOX
		  
*****************************************/


.form_box{
position:relative;
height:auto;
padding:30px;
background-color:#efefef;}


.a_box3{
padding:50px;}
@media screen and (max-width: 714px) {
.a_box3{
width:92%;
padding: 10px 2% 10px 2%;
margin:0px 2% 25px 2%;}
}

#userp img{
width: 100%;
margin-bottom:10px;}



/****************************************

   PRフォトコンタイトル
		  
*****************************************/

.prphoto{
width:1021px;
min-height:218px;
padding:165px 10px 10px 10px;
background:url(http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2016/03/prphoto_hd.jpg) no-repeat;
background-repeat:no-repeat;
border:1px solid #e3e3e3;
font-size:15px;
line-height:27px;
color:#555;
margin-bottom:25px;
text-align:left;}

@media screen and (max-width:714px) {
.prphoto{
width:92%;
padding:27% 2% 10px 2%;
margin:0px 2% 25px 2%;
background:url(http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2016/03/prphoto_hds.jpg) no-repeat;
-moz-background-size:100% auto;
background-size:100% auto; }
.prphoto br {
    display: none;}
}



.prphoto_title{
width:100%;
min-height:383px;
border-bottom:1px solid #e3e3e3;
background:url(http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2016/04/dot.gif) repeat;
font-size:15px;
line-height:27px;
color:#555;
margin-bottom:25px;}

/* 伸縮可能メインカラム */	
.prphoto_wp_main{
width:1041px;
margin-left:auto;
margin-right:auto;
background:url(http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2016/06/prphoto_img2.png) no-repeat;
background-position:top right;
text-align:left;
padding-bottom:25px;
}
.prphoto_wp_main:after{
content: "";
clear:both;
display:block;
}

.prphoto_title_wp_l{
width:auto;
text-align:center;
height:auto;
float:left;}
.prphoto_title_wp_l{
content: "";
clear:both;
display:block;
}

.prphoto_bn{
position:relative;
width:298px;
height:303px;
background:url(http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2016/06/pr_zero-01.jpg) no-repeat;
border:1px solid #e3e3e3;
}

.prphoto_bn p{
width:280px;
height:35px;
position:absolute;
left:10px;
bottom:10px;
background-color:#b5a05a;
color:#fff;
line-height:35px;
text-align:center;
font-size:20px;}


.prphoto_bn:hover{
opacity: 0.5;
}



@media screen and (max-width:714px) {

.prphoto_title{
padding:0px;}

.prphoto_title br {
display: none;}

.prphoto_wp_main{
width:100%;
padding:0px;
background-image:none;
}

.prphoto_title_wp_l{
width:92%;
padding:10px 2% 10px 2%;
margin:0px 2% 0px 2%;
text-align:left;}

.prphoto_title_wp_l img{
width:100%;
height:auto;
margin-bottom:10px;}

}


/****************************************

   シャドー付きボタン
		  
*****************************************/
.btn_dummy,
.toukou_btn {
width:300px;
height:50px;
display: inline-block;
font-size:20px;
line-height:50px;
text-align:center;
color:#3a3a3a;
background: linear-gradient(#fff, #ccc);
border:1px solid #3a3a3a;
text-shadow: 1px 1px 1px #fff;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */
box-shadow:1px 1px 4px 2px #e0e0e0;
-moz-box-shadow:1px 1px 4px 2px #e0e0e0;
-webkit-box-shadow:1px 1px 4px 2px #e0e0e0;
}



.btn_dummy {
opacity: 0.5;
filter: alpha(opacity=50)
}



@media screen and (max-width: 714px) {
.btn_dummy,
.toukou_btn {
width:100%;
margin-top:25px;}
}

/****************************************

  レスポンステスト用
		  
*****************************************/



/* 伸縮可能メインカラム */	
#wp_main{
width:1041px;
min-height:auto;
margin-left:auto;
margin-right:auto;
text-align:left;
margin-bottom:25px;
margin-top:25px;}
#wp_main:after{
content: "";
clear:both;
display:block;
}


#wp_l{
width:300px;
margin-right:25px;
height:auto;
float:left;}
#wp_l:after{
content: "";
clear:both;
display:block;
}
	
	
/* 右カラム */	
#wp_r{
width:714px;
height:auto;
float:right;}
#wp_r:after{
content: "";
clear:both;
display:block;}

@media screen and (max-width: 714px) {

#wp_main{
width:100%;
padding:0px;
}

#wp_l{
width:96%;
margin:0px 2%;
font-size:24px;
line-height:38px;}

#wp_r{
width:96%;
margin:0px 2%;
float:left;
margin-bottom:25px;
float:left;}

}


/****************************************

   可変イメージサイズBOX
		  
*****************************************/

@media screen and (max-width: 714px) {
.autoimg img{
	width:100%;
	height:auto;}
}


/****************************************

   可変アイテム一覧ボックス
		  
*****************************************/

.item_box a:hover {
    opacity: 1;
	filter: alpha(opacity=100);}

.item_box li{
position:relative;
width:217px;
height:235px;
padding:10px;
border-bottom:1px solid #e3e3e3;
border-top:0px;
border-left:0px;
border-right:1px solid #e3e3e3;
float:left;
list-style:none;
background-color:#fff;
text-align:left;}
.item_box li:after{
content: "";
clear:both;
display:block;
}

	
.item_box li:hover{
	color: none;
	text-decoration: none;
	background-color: #f4f4f4;
}
	
/* アイテム一覧ボックス(最初ノ３ツ) */	
	
.item_box li:nth-child(1),
.item_box li:nth-child(2),
.item_box li:nth-child(3){
	border-top:1px solid #e3e3e3;}
	

/* アイテム一覧ボックス(1番目or3ノ倍数プラス１) */	
	
.item_box li:nth-child(1),
.item_box li:nth-child(3n+1){
	width:216px;
    border-left:1px solid #e3e3e3;}

.item_img{
	width:216px;
	height:125px;
	display: table-cell;
    vertical-align: middle;}
	
.item_img img{
	width:100%;
	height:auto;}
	
.item_img2{
	width:216px;
	height:125px;
	text-align:center;}
	
.item_img2 img{
	width:auto;
	height:100%;}
	
.item_scale{
	width:auto;
	height:20px;
	margin-bottom:5px;
	margin-top:10px;
	background-color:#151515;
	float:left;
	color:#fff;
	font-size:13px;
	line-height:20px;
	padding:0px 5px;}
	
.item_topic,
.item_topic_ip,
.item_topic_m,
.item_topic_re{
	width:auto;
	height:20px;
	margin-bottom:5px;
	margin-top:10px;
	background-color:#e23c2f;
	float:left;
	color:#fff;
	font-size:13px;
	line-height:20px;
	padding:0px 5px;
	border-left:1px solid #fff;}
	
.item_topic_ip{
	background-color:#8b2082;}

.item_topic_m{
	background-color:#009844;}
	
.item_topic_re{
	background-color:#f26900;}	
	
.item_icon{
	width:auto;
	height:20px;
	margin-bottom:5px;
	margin-top:10px;
	float:right;}
	
.item_title{
	width:216px;
	height:52px;
	float:left;
	font-size:15px;
	line-height: 18px;
	font-weight:bold;
	color:#151515;
	margin-bottom:10px;}
	
.item_day{
	width:auto;
	height:13px;
	float:left;
	font-size:13px;
	color:#555;}
	
.item_no{
	width:auto;
	height:13px;
	float:right;
	font-size:13px;
	color:#555;}

.a_pr_img,
.pr_img{
	width:216px;
	height:145px;
	margin-bottom:5px;
	display: table-cell;
    vertical-align: middle;}
	
.a_pr_img img,
.pr_img img{
	width:100%;
	height:auto;}

.a_pr_img2,
.pr_img2{
	width:216px;
	height:145px;
	margin-bottom:5px;
	text-align:center;}

.a_pr_img2 img,
.pr_img2 img{
	width:auto;
	height:100%;}


	
@media screen and (max-width: 714px) {
		
.item_box li,
.item_box li:nth-child(1),
.item_box li:nth-child(2),
.item_box li:nth-child(3),
.item_box li:nth-child(3n+1)
{
height:auto;
width:96%;
padding:2%;
border:1px solid #e3e3e3;}

.item_img,
.item_img2,
.pr_img,
.pr_img2{
width:32%;
height:auto;
float:left;
text-align:left;
display:inline;
vertical-align:baseline;
}
	
.item_img img,
.item_img2 img,
.pr_img img,
.pr_img2 img{
width:100%;
height:auto;}	

.item_r{
width:66%;
float:right;}
.item_r:after{
content: "";
clear:both;
display:block;
}

.item_scale,
.item_topic,
.item_topic_ip,
.item_topic_m,
.item_topic_re,
.item_icon{
margin-top:0px;
margin-bottom:10px;
}

.item_title,
.item_day{
width:100%;}

		
.item_no{
	position:absolute;
	right:2%;
	bottom:5%;}

}



/****************************************

   可変ヘッダー
		  
*****************************************/

#header{
	position:relative;
	max-width:1041px;
	min-height:125px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header:after{
content: "";
clear:both;
display:block;
}

#gsite{
	position:absolute;
	top:10px;
	right:0px;
	font-size:0.8em;
	}

#header_logo{
	width:auto;
	height:65px;
	margin-top:30px;
	float:left;
	}
	
#header_logo img{
	margin-right:15px;
	}

#site_title{
	width:auto;
	height:65px;
	line-height:65px;
	margin-top:30px;
	float:left;
	}


@media screen and (max-width: 714px) {

#header{
text-align:center;
}


#gsite{
top:0px;
right:10px;}

#header_logo,
#site_title{
width:100%;
float:none;}

#header_logo img{
margin-right:0px;}

#site_title{
margin-top:5px;}



}

/* メニューバー */
	
#menubar_base{
width:100%;
min-height:51px;
background-color:#3a3a3a;
margin-bottom:25px;
}
#menubar_base:after{
content: "";
clear:both;
display:block;
}

#menubar{
	max-width:1041px;
min-height:51px;
line-height:51px;
text-align:left;
color:#fff;
font-size:14px;
margin-left:auto;margin-right:auto;
}

#menubar a{
	color:#fff;
	display:block;
	width:auto;
	padding-right:25px;
	float:left;
}

#menubar .a_select{
	position:relative;
	color:#fff;
	display:block;
	width:auto;
	padding-right:25px;
	float:left;
}

#menubar .a_select:before{
	content: "";
  position: absolute;
  bottom:0px;
  left:10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}



#olshop a{
	color:#fff;
	display:block;
	width:auto;
	float:right;
	padding:0px 25px;
	text-align:center;
	background-color:#e23c2f;
}


@media screen and (max-width: 714px) {

#menubar_base{
padding-bottom:10px;
}
	
#menubar{
width:96%;
margin:0px 2%;
}

#olshop a{
float:left;
text-align:left;
background-color:none;
padding:0px 10px;
}

}


/* 検索ボックス */

	
#sarch_title{
	width:auto;
	height:50px;
	line-height:50px;
	text-align:left;
	float:right;
color:#3a3a3a;
font-size:15px;
margin-top:40px;
margin-left:15px;
font-weight:bold;
}
	
#sarchbox{
	width:350px;
	height:50px;
	text-align:left;
	float:right;
margin-top:40px;
margin-left:5px;
}


/* グーグルカスタム検索BOXをカスタマイズ */

#gsc{
    width:auto;
	height:auto;
    position:relative;
	margin:0px;
	padding:0px;
}
#gsc .gsc-control-cse, 
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
/* テキスト入力フォームとボタンの位置 */
#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
    vertical-align: top !important;
}
/* テキスト入力フォーム */
#gsc input[type="text"]{
    border: 1px solid #3a3a3a !important;
	height:30px !important;
width:260px !important;
margin:0px;
padding:0px;
}
#gsc input[type="text"]:focus {
    border: 1px solid #3a3a3a !important;
    outline: 0;  /*safariの自動フォーカスを切る */
}
/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1{
    border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#gsc #gs_tti0 input{
    background-position:5px 5px !important;
}
/* ボタンの色 */
#gsc input.gsc-search-button {
height:32px !important;
background: #3a3a3a !important;
background: -ms-linear-gradient(top,  #000 0%,#000 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
border: 0px !important;
}
/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button{
    margin:0px !important;
    border-radius:0;
}
/* 入力時に出る「×」ボタンの位置調整 */
#gsc .gsib_b a{
    position:absolute;
    top:0px;
    left:185px;
}
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span{
        box-sizing: border-box;
   -moz-box-sizing: border-box;
        padding:2px 0 0 0;
}

/* 検索BOXカスタマイズ以上 */


@media screen and (max-width: 714px) {
	
#sarch_title{
	display:none;
}

#sarchbox{
width:100%;
background-color:#3a3a3a;
text-align:left;
float:left;
margin-top:0px;
margin-left:0px;
}

#gsc input[type="text"]{
width:97% !important;
}
/* ボタンの色 */
#gsc input.gsc-search-button {
background: #f4f4f4 !important;
background: -ms-linear-gradient(top,  #f4f4f4 0%,#f4f4f4 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
color:#3a3a3a;
}

}



/* タイトルバー内バナー */

.title_bn{
width:auto;
position:absolute;
top:-20px;
right:10px;}




/****************************************

    ウィーゴGP　20160603
		  
*****************************************/


.title_wegogp{
	position:relative;
	width:664;
	mine-height:30px;
	line-height:30px;
	background-color:#000;
	color:#ff0;
	padding:0px 0px 0px 55px;
	margin-bottom:20px;
}

.no_wegogp{
	position:absolute;
        height:100%;
	left:10px;
	top:0px;
	color:#fff;
	padding-right:5px;
	border-right:1px solid #fff;
}

.name_wegogp{
	position:absolute;
        height:100%;
	right:10px;
	top:0px;
	color:#0ff;
	padding-left:5px;
	border-left:1px solid #fff;
}

.photo_wegogp_wp{
width:664;
padding-bottom:10px;}
.photo_wegogp_wp:after{
content: "";
clear:both;
display:block;
}

.photo_wegogp_wp_center{
display: table;
margin: 0 auto;
padding-bottom:10px;}
.photo_wegogp_wp_center:after{
content: "";
clear:both;
display:block;
}



.photo_wegogp{
float:left;
padding-right:10px;}



.photo_wegogp img{
width:auto;
height:120px;
}



.txt_wegogp{
margin-bottom:20px;
}


/****************************************

    ブログ内テストショット写真サイズ　2016/09/17
		  
*****************************************/

.tstshot img{width:694px;
height:auto;}}


/****************************************

    投稿作品写真BOX 20170509
		  
*****************************************/
.userwork_img1{
width: 694px;
height: auto;
float: left;
margin-bottom: 50px;}
.userwork_img1 img{
width: 100%;
height: auto;}

.userwork_img2{
width: 694px;
height: 500px;
float: left;
text-align:center;
margin-bottom: 50px;}
.userwork_img2 img{
width: auto;
height: 100%;}


/****************************************

   ブログインフォ 20170525
		  
*****************************************/

#bloginfor a{
	width:100%;
	height:60px;
	float:left;
margin-bottom:10px;
    border-bottom:1px solid #e3e3e3;
color:#555;}
	
#bloginfor a:last-child{
        height:50px;
	margin-bottom:0px;
	border-bottom:0px;}
	
#bloginfor a img{
	float:left;
	width:50px;
	height:50px;
	margin-right:10px;}

#brkill br{display: none;}


/****************************************

   年表フォーム　20170817
		  
*****************************************/

.chronology{
position:relative;
width:1041px;
height:auto;
margin-bottom:20px;
padding-top:20px;
float:left;}

.chronology:after{
content: "";
clear:both;
display:block;
}

/* 年代 */	
.chronology_year{
position:absolute;
width:61px;
height:20px;
font-size:20px;
line-hight:20px;
font-weight:bold;
top:-15px;
left:-61px;}

/* できごと */	
.chronology_topic{
position:absolute;
width:auto;
height:14px;
font-size:14px;
line-hight:14px;
font-weight:bold;
padding:0px 5px;
top:-9px;
left:10px;
background-color:#fff;}

/* アイテムボックス */	
.chronology li{
position:relative;
width:192px;
height:200px;
margin:0px 10px 20px 10px;
float:left;
list-style:none;}

.chronology li:nth-child(1),
.chronology li:nth-child(5n+1){
margin:0px 10px 20px 0px;}


.chronology li:nth-child(5n){
margin:0px 0px 20px 10px;}


.chronology li:after{
content: "";
clear:both;
display:block;
}

.chronology li:hover{
color: none;
text-decoration: none;
background-color: #f4f4f4;
}

.chronology ul{
margin:0px;
padding:0px;}

/* 年代（個別） */	
.chronology_in_year{
position:absolute;
width:auto;
height:16px;
color:#fff;
font-size:16px;
line-hight:16px;
font-weight:bold;
top:10px;
left:10px;
text-shadow:1px 0px 0px #000, 0px 1px 0px #000, -1px 0px 0px #000, 0px -1px 0px #000;}

/* 国旗 */	
.chronology_flag_jp,
.chronology_flag_de,
.chronology_flag_it,
.chronology_flag_us,
.chronology_flag_gb,
.chronology_flag{
position:absolute;
width:27px;
height:18px;
background-color:#fff;
border:1px solid #000;
top:10px;
right:10px;}

.chronology_flag_jp{
background-image: url("http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2017/08/jp.gif")}

.chronology_flag_de{
background-image: url("http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2017/08/de.gif")}

.chronology_flag_it{
background-image: url("http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2017/08/it.gif")}

.chronology_flag_us{
background-image: url("http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2017/08/us.gif")}

.chronology_flag_gb{
background-image: url("http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2017/08/gb.gif")}



/* 画像（ヨコ長） */	
.chronology_img_y{
width:192px;
height:117px;
display:table-cell;
vertical-align:middle;}

.chronology_img_y img{
width:100%;
height:auto;}

/* 商品名 */	
.chronology_title{
width:192px;
height:16px;
margin-bottom:10px;
margin-top:10px;
font-size:14px;
line-hight:14px;
font-weight:bold;
color:#151515;}

/* コピー（中段） */	
.chronology_copy1{
width:192px;
height:13px;
margin-bottom:10px;
font-size:13px;
line-hight:13px;
color:#151515;}

/* コピー（下段） */
.chronology_copy2{
width:192px;
height:13px;
font-size:13px;
line-hight:13px;
color:#151515;}


/****************************************

   コンテスト 結果発表フォーム　20171013
		  
*****************************************/

/* コンペ用大見出し */
.title_compe_1{
width:100%;
height:90px;
line-height:90px;
font-size:60px;
text-align:center;
font-weight:bold;
border-top:1px solid #000;
border-bottom:1px solid #000;
margin-bottom:25px;}

/* 黒枠BOX幅100％中央揃え */
.box_compe{
width:100%;
border:1px solid #000;
margin-bottom:25px;
padding-bottom:25px;
text-align:center;
font-size:18px;}

/* 黒枠BOX内イメージ=横幅60％ */
.box_compe img{
width:60%;
height:auto;
}

/* コンペ用見出し(BOX内) */
.title_compe_2{
width:100%;
height:50px;
line-height:50px;
background-color:#a47a43;
margin-bottom:25px;
font-size:28px;
color:#fff;
font-family:selif;
font-weight:bold;}

/* BOX内コメント=横幅60％ */
.box_compe_2{
width:60%;
text-align:left;
margin-left:auto;
margin-right:auto;}


/****************************************

   イメージリスト
		  
*****************************************/

/* 3列 */
.imglst_3{
float:left;
width:100%;
height:auto;}

.imglst_3 ul{
margin:0px;}

.imglst_3 li{
list-style:none;
padding:0px;
float:left;
width:224px;
height:224px;
margin-right:10px;
margin-bottom:10px;}

.imglst_3 li:nth-child(3n){
margin-right:0px;}

.imglst_3 li img{
width:100%;
height:auto;}



/****************************************

   20181017 飛行機模型フォトコン
		  
*****************************************/

.lankinglist{
width:674px;
height:auto;
border-bottom:1px solid #e3e3e3;
}

.lankinglist ul{
margin:0px;}

.lankinglist li{
list-style:none;
padding:10px;
width:180px;
height:100px;
float:left;
border-top:1px solid #e3e3e3;
border-right:0px;
border-bottom:0px;
border-left:1px solid #e3e3e3;
text-align:center;
}

.lankinglist li:nth-child(2n){
float:right;
width:450px;
border-right:1px solid #e3e3e3;
text-align:left;}

.lankinglist li img{
width:auto;
height:100%;}

.lankinglist:after{
content: "";
clear:both;
display:block;
}



/****************************************

   20181024 メカトロキューブ
		  
*****************************************/

.cubelist{
width:694px;
height:auto;
}

.cubelist ul{
margin:0px;}

.cubelist li{
list-style:none;
padding:10px;
width:327px;
min-height:100px;
float:left;
text-align:center;
}


.cubelist li img{
width:auto;
height:100%;}

.cubelist:after{
content: "";
clear:both;
display:block;
}

.cubelist_s{
width:694px;
height:auto;
}

.cubelist_s ul{
margin:0px;}

.cubelist_s li{
list-style:none;
padding:5px;
width:163px;
height:163px;
float:left;
text-align:center;
}


.cubelist_s li img{
width:100%;
height:163px;
object-fit: cover;
}

.cubelist_s:after{
content: "";
clear:both;
display:block;
}



/****************************************

   20190800 たまごガールズ紹介
		  
*****************************************/

.eg_top{
width: 714px;
height:567px;
padding:190px 0px 50px 0px;
font-size:17px;
line-height:30px;
color:#000;
background-image: url("http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2022/02/eg_top_ank.png") ;
background-repeat:no-repeat;
text-align:center;
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}


.eg_menubox{
height:60px;
line-height:60px;
width:390px;
background-color:#ff9842;
border:2px solid #fff;
color:#fff;
font-size:1.2em;
font-weight:bold;
text-align:center;
text-shadow:none;
margin-bottom:20px;
border-radius: 30px;
position:relative;
margin-left:auto;
margin-right:auto;}

.eg_menubox:hover{
opacity: 0.5;}

.eg_title_box{
	position:relative;
	height:50px;
        line-height:50px;
	background-color:#79b3f8;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin-bottom:25px;
	padding-left:10px;
	text-align:left;}
	
.eg_title_box_menu{
	position:absolute;
	height:20px;
	line-height:20px;
	top:15px;
	right:15px;
	font-size:13px;
	font-weight:normal;}
	
.eg_title_box_menu a {
	color:#fff;}




/* キャラ紹介ボックス */	
.eg_box1{
	position:relative;
	height:auto;
	border:1px solid #79b3f8;
	font-size:15px;
	color:#555;
	background-color:#fff;
	line-height:25px;
	margin-bottom:25px;
	text-align:left;
}
.eg_box1:after{
content: "";
clear:both;
display:block;
}


.eg_mainimg{
width: 260px;
height: 100px;
float: left;}


.eg_date_r{
width: 414px;
height: auto;
font-size: 1em;
float: left;
padding-bottom:40px;}



.eg_name_e{
width: 414px;
height: auto;
margin-top:40px;}

.eg_name_n{
width: 414px;
height: auto;
font-size:2.2em;
font-weight:bold;
margin-top:10px;}



.eg_copy{
width: 414px;
height: auto;
margin-top:40px;
text-align:center;
font-size:1.2em;
font-weight:bold;
color:#1d54b7;
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;}

.eg_date{
width: 414px;
height: auto;
margin-top:40px;
padding:10px 0px 10px 0px;
border-top:1px dotted;
border-bottom:1px dotted;}

.eg_infor{
width: 414px;
height: auto;
margin-top:40px;
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;}

.eg_artist{
position:absolute;
bottom:10px;
left:10px;
font-size:0.8em;
}


.eg_sabimg{
width: 414px;
height:400px;
margin-top:40px;}




.eg_item_box{
margin-bottom:25px;
}

.eg_item_box:after{
content: "";
clear:both;
display:block;
}

.eg_item_box a:hover {
    opacity: 1;
	filter: alpha(opacity=100);}

.eg_item_box li{
        position:relative;
	width:217px;
	height:235px;
	padding:10px;
	border-bottom:1px solid #79b3f8;
	border-top:0px;
	border-left:0px;
	border-right:1px solid #79b3f8;
	float:left;
	list-style:none;
	background-color:#fff;
	text-align:left;}
.eg_item_box li:after{
content: "";
clear:both;
display:block;
}

	
.eg_item_box li:hover{
	color: none;
	text-decoration: none;
	background-color: #f4f4f4;
opacity: 0.5;
}
	
/* アイテム一覧ボックス(最初ノ３ツ) */	
	
.eg_item_box li:nth-child(1),
.eg_item_box li:nth-child(2),
.eg_item_box li:nth-child(3){
	border-top:1px solid #79b3f8;}
	

/* アイテム一覧ボックス(1番目or3ノ倍数プラス１) */	
	
.eg_item_box li:nth-child(1),
.eg_item_box li:nth-child(3n+1){
	width:216px;
    border-left:1px solid #79b3f8;}



.eg_itembox_title{
position:absolute;
bottom:10px;
left:10px;
width:217px;
height:50px;
text-align:center;
background-color:#79b3f8;
color:#fff;
}

.eg_itembox_title_n{
width:217px;
height:25px;
font-size:1.5em;
font-weight:bold;
padding-top:5px;
}
.eg_itembox_title_e{
width:217px;
height:15px;
}

/****************************************

    レベルマーク表示
		  
*****************************************/


.step_a{
	position:absolute;
	top:5px;
	left:5px;
        width:39px;
        height:37px;
        background-image: url("http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2020/04/step_a-5.gif") ;
}


.step_b{
	position:absolute;
	top:5px;
	left:5px;
        width:50px;
        height:37px;
        background-image: url("http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2020/04/step2_s.gif") ;
}

.step_c{
	position:absolute;
	top:5px;
	left:5px;
        width:50px;
        height:37px;
        background-image: url("http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2020/04/step3_s.gif") ;
}

/****************************************

    80周年コンジャンルBOX
		  
*****************************************/

.compe_genrelist_box{
        width:600px;
        height:auto;
        padding:17px 57px 57px 57px;
        margin-bottom:25px;
        background-color:#bfbfbf;}
.compe_genrelist_box:after{
content: "";
clear:both;
display:block;
}

.compe_genrelist_title{
        position:relative;
        width:600px;
        height:50px;
        line-height:50px;
        margin-bottom:25px;
        text-align:center;
        float:left;
        font-size:2em;
        font-weight:bold;
        color:#000;}

.compe_genrelist_a{
        width:600px;
        height:50px;
        line-height:50px;
        margin-bottom:15px;
        background-color:#3399ff;
        text-align:center;
        float:left;
        font-size:1.5em;
        font-weight:bold;
        color:#fff;}

.compe_genrelist_b{
        width:190px;
        height:50px;
        line-height:50px;
        margin-bottom:15px;
        margin-right:15px;
        background-color:#3399ff;
        text-align:center;
        float:left;
        font-size:1.5em;
        font-weight:bold;
        color:#fff;}

.compe_genrelist_c{
        width:190px;
        height:50px;
        line-height:50px;
        margin-bottom:15px;
        background-color:#3399ff;
        text-align:center;
        float:left;
        font-size:1.5em;
        font-weight:bold;
        color:#fff;}

.compe_genrelist_a:hover,.compe_genrelist_b:hover,.compe_genrelist_c:hover{
	background-color: #99ccff;}


.toukou_80con_btn{
width:500px;
height:90px;
margin:50px 97px 50px 97px;
background-image: url(http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2021/09/80con_toukoubtn_af.png) ;
background-repeat: no-repeat;
}

.toukou_80con_btn:hover {
    opacity: 0.5 ;
	filter: alpha(opacity=100);}


.touhyou_infor{
width:640px;
height:140px;
margin:50px 37px 50px 37px;
background-image: url(http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2021/07/touhyou.png) ;
background-repeat: no-repeat;
}


.titlebar_80con{
width:714px;
height:60px;
background-color:#990000;
margin-bottom:30px;
background-image: url(http://www.hasegawa-model.co.jp/hsite/wp-content/uploads/2021/07/80con_logo_s.png) ;
background-repeat: no-repeat;
}

.compe_genreinfor{
        width:216px;
        height:25px;
        text-align:center;
        margin-top:10px;
        background-color:#990000;
        color:#fff;
        font-weight:bold;
        font-size:15px;
        line-height: 25px;}

.compe_backbtn{
        width:100%;
        height:50px;
        line-height:50px;
        background-color:#3399ff;
        color:#fff;
        font-size:1.2em;
        font-weight:bold;}
.compe_backbtn:hover {
        opacity: 0.5 ;
	filter: alpha(opacity=100);}


/****************************************

    80周年コン発表BOX
		  
*****************************************/

.compe_pickup_box{
        width:694px;
        height:auto;
        padding:10px 0px 10px 0px;
        border-bottom:1px solid #e3e3e3;}
.compe_pickup_box:after{
content: "";
clear:both;
display:block;
}

.compe_pickup_img{
        width:150px;
        height:120px;
        float:left;}

.compe_pickup_img2{
        width:150px;
        height:120px;
        float:left;}

.compe_pickup_img img{width:100%;
                      height:auto;}

.compe_pickup_img2 img{width:auto;
                      height:100%;}

.compe_pickup_text{
        width:534px;
        height:auto;
        padding-left:10px;
        float:left;
        text-align:left;}