﻿@charset "utf-8";

/* ############################################################

    CSS Modules Import
    Last Up Date: 2010.06.24
    Author: LaisUco Tsugiyama

############################################################ */


/* ==reset
----------------------------------------- */
body {
    margin: 0;
    padding: 0;
    color: #4B423F;
    background: #FFFFFF;
    font-size: 82%;
    line-height: 1.2;
}
div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img,strong,em,ins,del,cite,abbr,acronym,sup,sub,dfn,code,var,samp,kbd,object {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
input,textarea {
    font-size: 100%;
}
object,
embed {
    vertical-align: top;
}
a img {
    border: none;
}
img {
    vertical-align: bottom;
}
ul, ol {
    list-style-position: outside;
}
ul {
    list-style-type: none;
}
fieldset {
    border: none;
}
textarea,
input {
    margin: 0;
    padding: 0;
}

a:link,
a:visited,
a:active { color: #0066BB;}
a:hover { color: #0066BB; text-decoration: none;}


/* ==layout
----------------------------------------- */
div#container {
}
div#header,
div#contents,
div#footer {
    text-align: center;
}
div#grpHeader div.inner{
    width: 1025px;
    margin: 0 auto;
    text-align: left;
}
div#tabNaviHeader div.inner,
div#userInfoHeader div.inner,
div#userContents,
div#editContents,
div#listContents,
div#noticeListContents,
div#accountContents,
div#grpFooter {
    width: 950px;
    margin: 0 auto;
    text-align: left;
}





div#editFeedBox {
    position: relative;
    width: 520px;
    padding: 10px;
    border: 1px solid #C4BEBB;
    -webkit-border-radius: 5px;    /* Safari、Google Chrome */
    -moz-border-radius: 5px;    /* Firefox */
    background: #F7F7F7;
}
div#editFeedBox h1 {
    display: block;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
    border-bottom: 4px solid #1C8DC3;
    background: url(../img/common/edit/bg_editArea_h1_l.gif) no-repeat;
    vertical-align: bottom;
}
div#editFeedBox h1 span {
    display: inline-block;
    margin-left: 3px;
    padding: 7px 40px 2px 7px;
    background: #1C8DC3 url(../img/common/edit/bg_editArea_h1.gif) no-repeat 100% 0;
    color: #FFFFFF;
}
div#editFeedBox div.intro {
    margin-bottom: 10px;
    padding: 8px 13px;
    border: 4px solid #BDDA08;
    -webkit-border-radius: 7px;    /* Safari、Google Chrome */
    -moz-border-radius: 7px;    /* Firefox */
    color: #669900;
    background: #FFFFFF;
    font-weight: bold;
}
div#editFeedBox div.editTable {
    margin-bottom: 6px;
    padding: 4px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    background: #EDEDED;
}
div#editFeedBox div.editTable table {
    width: 100%;
}
div#editFeedBox div.editTable th {
    width: 115px;
    vertical-align: top;
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #C1C1C1;
}
div#editFeedBox div.editTable td {
    padding: 8px;
    background: #FFFFFF;
    border-bottom: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
}
div#editFeedBox div.editTable td span.support {
    display: block;
    margin-bottom: 2px;
    padding: 2px 5px;
    color: #669900;
    background: #F8FBE6;
}
div#editFeedBox div.editTable td input {
    width: 325px;
    padding: 2px;
    border: 1px solid #A5ACB2;
}
div#editFeedBox div.btn {
    padding: 8px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    background: #EDEDED;
    text-align: center;
}
div#editFeedBox div.btn input {
    width: 105px;
    margin: 0 10px;
    padding: 4px 0;
    border: 1px solid #BDC4CC;
    -webkit-border-radius: 12px;    /* Safari、Google Chrome */
    -moz-border-radius: 12px;    /* Firefox */
    background: #F3F3F3 url(../img/common/bg_input.gif) repeat-x;
    text-align: center;
}
div#editFeedBox div.btn input.on {
    border: 1px solid #729ABB;
    color: #004B97;
    background: #E9E9E9 url(../img/common/bg_input_hover.gif) repeat-x;
}
div#editFeedBox div.btn input.submit {
    border: 1px solid #1D84CC;
    background: #1976BF url(../img/common/bg_submit_btn.gif) repeat-x;
    color: #FFFFFF;
}
div#editFeedBox div.btn input.submit.on {
    border: 1px solid #077CCB;
    background: #1B88DD url(../img/common/bg_submit_btn_hover.gif) repeat-x;
}

div#tweetComment {
    position: absolute;
    display: none;
    width: 270px;
    height: 150px;
    padding: 10px;
    background: #EAEAEA;
}
div#tweetComment div.inner {
    position: relative;
    width: 270px;
    height: 150px;
}
div#tweetComment div.title {
    font-size: 115%;
    font-weight: bold;
}
div#tweetComment p {
    margin-bottom: 2px;
    padding: 2px 3px;
    color: #669900;
    background: #F8FBE6;
}
div#tweetComment textarea {
    width: 258px;
    height: 45px;
    padding: 5px;
    border: 1px solid #A5ACB2;
    font: 1.15em/1.1 'Lucida Grande',sans-serif;
}
div#tweetComment span.count {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #C9CFD7;
    font-size: 165%;
    font-weight: bold;
}
div#tweetComment span.over {
    color: #E34545;
}
div#tweetComment div.btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
div#tweetComment div.btn input {
    width: 85px;
    margin: 0 5px;
    padding: 4px 0;
    border: 1px solid #BDC4CC;
    -webkit-border-radius: 12px;    /* Safari、Google Chrome */
    -moz-border-radius: 12px;    /* Firefox */
    background: #F3F3F3 url(../img/common/bg_input.gif) repeat-x;
    text-align: center;
}
div#tweetComment div.btn input.on {
    border: 1px solid #729ABB;
    color: #004B97;
    background: #E9E9E9 url(../img/common/bg_input_hover.gif) repeat-x;
}
div#tweetComment div.btn input.submit {
    border: 1px solid #1D84CC;
    background: #1976BF url(../img/common/bg_submit_btn.gif) repeat-x;
    color: #FFFFFF;
}
div#tweetComment div.btn input.submit.on {
    border: 1px solid #077CCB;
    background: #1B88DD url(../img/common/bg_submit_btn_hover.gif) repeat-x;
}

div#tweetComment span.example {
    position: absolute;
    top: 46px;
    left: 2px;
    color: #AAA4A1;
    font: 1.15em/1.1 'Lucida Grande',sans-serif;
}

div#tweetPuratsubu {
    position: absolute;
    display: none;
    width: 270px;
    height: 150px;
    padding: 10px;
    background: #EAEAEA;
}
div#tweetPuratsubu div.inner {
    position: relative;
    width: 270px;
    height: 150px;
}
div#tweetPuratsubu div.title {
    font-size: 115%;
    font-weight: bold;
}
div#tweetPuratsubu p {
    margin-bottom: 2px;
    padding: 2px 3px;
    color: #669900;
    background: #F8FBE6;
}
div#tweetPuratsubu textarea {
    width: 258px;
    height: 60px;
    padding: 5px;
    border: 1px solid #A5ACB2;
    font: 1.15em/1.1 'Lucida Grande',sans-serif;
}div#tweetPuratsubu span.count {    position: absolute;    bottom: 0;
    left: 0;    color: #C9CFD7;    font-size: 165%;
    font-weight: bold;}
div#tweetPuratsubu span.over {
    color: #E34545;
}
div#tweetPuratsubu div.btn input.on {
    border: 1px solid #729ABB;
    color: #004B97;
    background: #E9E9E9 url(../img/common/bg_input_hover.gif) repeat-x;
}
div#tweetPuratsubu div.btn input.submit {
    border: 1px solid #1D84CC;
    background: #1976BF url(../img/common/bg_submit_btn.gif) repeat-x;
    color: #FFFFFF;
}
div#tweetPuratsubu div.btn input.submit.on {
    border: 1px solid #077CCB;
    background: #1B88DD url(../img/common/bg_submit_btn_hover.gif) repeat-x;
}

div#tweetPuratsubu span.example {
    position: absolute;
    top: 46px;
    left: 2px;
    color: #AAA4A1;
    font: 1.15em/1.1 'Lucida Grande',sans-serif;
}

div#tweetPuratsubu div.btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
div#tweetPuratsubu div.btn input {
    width: 85px;
    margin: 0 5px;
    padding: 4px 0;
    border: 1px solid #BDC4CC;
    -webkit-border-radius: 12px;    /* Safari、Google Chrome */
    -moz-border-radius: 12px;    /* Firefox */
    background: #F3F3F3 url(../img/common/bg_input.gif) repeat-x;
    text-align: center;
}

div#designPreview {
    position: relative;
    width: 520px;
    padding: 10px;
    border: 1px solid #C4BEBB;
    -webkit-border-radius: 5px;    /* Safari、Google Chrome */
    -moz-border-radius: 5px;    /* Firefox */
    background: #F7F7F7;
}
div#designPreview div.intro {
    margin-bottom: 10px;
    padding: 8px 13px;
    border: 4px solid #BDDA08;
    -webkit-border-radius: 7px;    /* Safari、Google Chrome */
    -moz-border-radius: 7px;    /* Firefox */
    color: #669900;
    background: #FFFFFF;
    font-weight: bold;
}
div#designPreview div.btn {
    padding: 8px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    background: #EDEDED;
    text-align: center;
}
div#designPreview div.btn input {
    width: 105px;
    margin: 0 10px;
    padding: 4px 0;
    border: 1px solid #BDC4CC;
    -webkit-border-radius: 12px;    /* Safari、Google Chrome */
    -moz-border-radius: 12px;    /* Firefox */
    background: #F3F3F3 url(../img/common/bg_input.gif) repeat-x;
    text-align: center;
}
div#designPreview div.btn input.on {
    border: 1px solid #729ABB;
    color: #004B97;
    background: #E9E9E9 url(../img/common/bg_input_hover.gif) repeat-x;
}
div#designPreview div.btn input.submit {
    border: 1px solid #1D84CC;
    background: #1976BF url(../img/common/bg_submit_btn.gif) repeat-x;
    color: #FFFFFF;
}
div#designPreview div.btn input.submit.on {
    border: 1px solid #077CCB;
    background: #1B88DD url(../img/common/bg_submit_btn_hover.gif) repeat-x;
}
div#designPreview div.preview {
    height: 477px;
    margin-top: 10px;
}



div.resultDesign dt span {
	z-index: 999;
}

/*アクション後にでてくるおび*/
div#actionMsg {
	position: absolute;
	top: 50%;
	padding: 10px 15px;
	background: #000000;
	color: #ffffff;
	font-size: 115%;
	font-weight: bold;
}
div#actionMsg.error {
	background: #CD3F18;
}

body.hideforSlideMsg {
	overflow-x: hidden;
}

/*プレースホルダー*/
span.uiPlaceHolder {
	position: absolute;
	top: 5px;
	left: 1px;
	color: #666666;
}


/* ==clearfix
----------------------------------------- */
div#header,
div#grpHeader,
div#tabNaviHeader,
div#userInfoHeader,
div#userContents,
div#userContentsInnerIn,
div#myselfAreaInnerIn,
div#renewalAreaInnerIn,
div#timelineAreaInnerIn,
div#noticeListContentsInnerIn,
div#editContentsInnerIn,
div#grpFooter,
div.inner {
    display: block;
    overflow: hidden;
    zoom: 1;
}
