/* コンピュータショップ ウッドペッカー スタイルシート...20171108-20190127 */

a		{color:blue;}

/* iframe iOSでフレームからはみ出ださずにスクロールできるように変更...20190127 */
.flame_box	{width:830px; height:505px; display:inline-block; position:absolute; overflow:auto; -webkit-overflow-scrolling:touch;}
.flame_sty	{width:100%; height:100%; border:none; display:block;}

/* Apply to all */
.separator_1	{width:10px; margin-left:460px; margin-right:330px; background-color:#EEEEEE;}
.separator_2	{width:800px; background-color:#EEEEEE;}
.flex_container {width:800px; display:flex;}
.left_box	{width:460px; border-right:10px solid #EEEEEE;}
.right_box	{width:300px; margin-left:15px; margin-right:15px;}
.vh_center	{display:flex; justify-content:center; align-items:center;}
.v_center	{display:flex; align-items:center;}
.txt_left	{text-align:left;}
.txt_center	{text-align:center;}
.txt_right	{text-align:right;}
.txt_bldb	{color:blue; font-weight:bold;}
.txt_blxb	{color:blue; font-size:x-small; font-weight:bold;}
.txt_bksb	{color:black; font-size:small; font-weight:bold;}
.txt_bkx	{color:black; font-size:x-small;}
.txt_rdb	{color:red; font-weight:bold;}

/* index.php */
.header_box	{width:990px; height:90px; margin-bottom:10px; background-color:#EEEEEE;}
.menu_box	{width:160px; height:525px; display:inline-block;}
.contents_box	{width:820px; height:525px; display:inline-block; position:absolute; margin-left:10px;}
.footer_box	{width:990px; height:100px; background-color:#EEEEEE;}

.menu_button	{width:160px; height:65px; margin-bottom:10px;}
.menu_select	{background-color:#DDDDDD;}
.menu_n_select	{background-color:#EEEEEE;}
.sub_menu_btn	{width:820px; height:65px; margin-bottom:10px; background-color:#DDDDDD;}

.contents_l_box	{width:410px; height:525px; display:inline-block;}
.contents_r_box	{width:410px; height:525px; display:inline-block; position:absolute;}
.contents_s_box	{width:410px; height:65px; margin-bottom:10px; text-align:center; background-color:#EEEEEE;}

.image_box	{width:410px; height:120px; text-align:center;}
.catch_box	{width:410px; height:160px; text-align:center;}
.calendar_box	{width:410px; height:235px; margin-bottom:10px; text-align:center;}

.headline_txt	{font-size:x-large;}
.comment_txt	{font-size:x-small; font-weight:bold;}
.footer_txt	{font-size:x-small;}
.headline_ctch	{color:red; font-size:small; font-weight:bold;}
.url_ctch	{color:blue; font-size:small; font-weight:bold;}
.comment_1_ctch	{color:blue; font-size:x-small; font-weight:bold;}
.comment_2_ctch	{font-size:x-small; font-weight:bold;}
.greetings_txt	{color:red; font-size:x-large; font-weight:bold;}
.g_comment_txt	{color:black; font-size:small; font-weight:bold;}

/* news.php */
.headline_news	{font-size:x-small;}
.url_news	{color:blue; font-size:x-small; font-weight:bold; font-style:italic;}
.price_news	{color:red; font-size:x-small; font-weight:bold;}

/* apple.php lenovo.php nec.php select.php */
.headline	{color:red; font-size:x-large; font-weight:bold;}
.promotional	{font-weight:bold;}
.provision	{color:blue; font-size:x-small; font-weight:bold;}
.description	{font-size:x-small; font-weight:bold;}
.contact	{color:blue; font-weight:bold;}
.notice		{color:blue; font-weight:bold;}
.footnote	{color:blue; font-size:small; font-weight:bold;}
.model		{font-weight:bold;}
.specification	{font-size:x-small;}
.software	{font-size:x-small; font-weight:bold;}
.price		{color:red; font-weight:bold;}
.common_1	{color:blue; font-size:x-small; font-weight:bold;}
.common_2	{color:red; font-weight:bold; font-style:italic;}
